Html Css Color HEX #3778CE Curious Blue

📋 copy color: '#3778CE'

red 55 ◦ green 120 ◦ blue 206

#3778CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3778CE

Tints of Curious Blue #3778CE

RGB

 RED value IS 55 (21.88% from 255) = 14.44%

 GREEN value IS 120 (47.27% from 255) = 31.5%

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 14.44%
G = 31.5%
B = 54.07%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3778CE (or 0x3778CE) is known color: Curious Blue. HEX triplet: 37, 78 and CE. RGB value is (55,120,206). Sum of RGB (Red+Green+Blue) = 55+120+206=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #3778CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3778CE is #C88731. Grayscale: #6D6D6D. Windows color (decimal): -13141810 or 13531191. OLE color: 13531191.

HSL color Cylindrical-coordinate representation of color #3778CE: hue angle of 214.17º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3778CE is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 120 206 -
CMYK 0.73 0.42 0 0.19
HSL 214.17º 0.61% 0.51% -
HSV(B) 214.17º 0.73% 0.81% -
XYZ 19.43 18.7 60.98 -
YUV 110.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 55 120 206 0.73 0.42 0 0.19 214.17 0.61 0.51
Hex 37 78 CE 49 2A 0 13 D6 3D 33
Octal 67 170 316 111 52 0 23 326 75 63
Binary 110111 1111000 11001110 1001001 101010 0 10011 11010110 111101 110011

Color Harmonies of #3778CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3778CE

Black with #3778CE

Text Example


Text Example

White with #3778CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3778CE; }

 p { color: rgb(55,120,206); }

 H1.HeaderClassName
 {
   color: #3778CE;
 }
 .AnyTagClassName
 {
   color: #3778CE;
 }
</style>

background-color css

<style>
 a { background-color: #3778CE; }

 a { background-color: rgb(55,120,206); }

 div.DivClassName
 {
   background-color: #3778CE;
 }
 .BgClassName
 {
   background-color: #3778CE;
 }
</style>

border-color css

<style>
 span { border-color: #3778CE; }

 span { border-color: rgb(55,120,206); }

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