Html Css Color HEX #374DB6 Cerulean Blue

📋 copy color: '#374DB6'

red 55 ◦ green 77 ◦ blue 182

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

Shades of Cerulean Blue #374DB6

Tints of Cerulean Blue #374DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

 BLUE value IS 182 (71.48% from 255) = 57.96%

R = 17.52%
G = 24.52%
B = 57.96%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#374DB6 (or 0x374DB6) is known color: Cerulean Blue. HEX triplet: 37, 4D and B6. RGB value is (55,77,182). Sum of RGB (Red+Green+Blue) = 55+77+182=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #374DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DB6 is #C8B249. Grayscale: #515151. Windows color (decimal): -13152842 or 11947319. OLE color: 11947319.

HSL color Cylindrical-coordinate representation of color #374DB6: hue angle of 229.61º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374DB6 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 77 182 -
CMYK 0.70 0.58 0 0.29
HSL 229.61º 0.54% 0.46% -
HSV(B) 229.61º 0.7% 0.71% -
XYZ 12.67 9.5 45.42 -
YUV 82.39 184.21 108.46 -
System Red Green Blue C M Y K H S L
Decimal 55 77 182 0.70 0.58 0 0.29 229.61 0.54 0.46
Hex 37 4D B6 46 3A 0 1D E6 36 2E
Octal 67 115 266 106 72 0 35 346 66 56
Binary 110111 1001101 10110110 1000110 111010 0 11101 11100110 110110 101110

Color Harmonies of #374DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DB6

Black with #374DB6

Text Example


Text Example

White with #374DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374DB6; }

 p { color: rgb(55,77,182); }

 H1.HeaderClassName
 {
   color: #374DB6;
 }
 .AnyTagClassName
 {
   color: #374DB6;
 }
</style>

background-color css

<style>
 a { background-color: #374DB6; }

 a { background-color: rgb(55,77,182); }

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

border-color css

<style>
 span { border-color: #374DB6; }

 span { border-color: rgb(55,77,182); }

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