#3794cd

Color #3794CD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3794CD

Tints of Curious Blue #3794CD

Color information

#3794CD (or 0x3794CD) is unknown color: approx Curious Blue. HEX triplet: 37, 94 and CD. RGB value is (55,148,205). Sum of RGB (Red+Green+Blue) = 55+148+205=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #3794CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3794CD is #C86B32. Grayscale: #7E7E7E. Windows color (decimal): -13134643 or 13472823. OLE color: 13472823.

HSL color Cylindrical-coordinate representation of color #3794CD: hue angle of 202.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3794CD is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB55148205-
CMYK0.730.2800.20
HSL202.8º60%50.98%-
HSV(B)202.8º73.17%80.39%-
XYZ23.1826.461.63-
YUV126.69172.1976.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.48%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=13.48%
G=36.27%
B=50.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551482050.730.2800.20202.86050.98
Hex3794CD491C014cb3c33
Octal67224315111340243137463
Binary110111100101001100110110010011110001010011001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3794cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3794cd; }

 p { color: rgb(55,148,205); }

 H1.HeaderClassName
 {
   color: #3794cd;
 }
 .AnyTagClassName
 {
   color: #3794cd;
 }
</style>
background-color css

<style>
 a { background-color: #3794cd; }

 a { background-color: rgb(55,148,205); }

 div.DivClassName
 {
   background-color: #3794cd;
 }
 .BgClassName
 {
   background-color: #3794cd;
 }
</style>
border-color css

<style>
 span { border-color: #3794cd; }

 span { border-color: rgb(55,148,205); }

 td.TdClassName
 {
   border-color: #3794cd;
 }
 .TagClassName
 {
   border-color: #3794cd;
 }
</style>