Html Css Color HEX #374DB0 Cerulean Blue

📋 copy color: '#374DB0'

red 55 ◦ green 77 ◦ blue 176

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

Shades of Cerulean Blue #374DB0

Tints of Cerulean Blue #374DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 57.14%

R = 17.86%
G = 25%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#374DB0 (or 0x374DB0) is known color: Cerulean Blue. HEX triplet: 37, 4D and B0. RGB value is (55,77,176). Sum of RGB (Red+Green+Blue) = 55+77+176=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 176 (69.14% from 255 or 57.14% from 308); Max value from RGB is 176 - color contains mainly: blue. Hex color #374DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DB0 is #C8B24F. Grayscale: #515151. Windows color (decimal): -13152848 or 11554103. OLE color: 11554103.

HSL color Cylindrical-coordinate representation of color #374DB0: hue angle of 229.09º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374DB0 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 77 176 -
CMYK 0.69 0.56 0 0.31
HSL 229.09º 0.52% 0.45% -
HSV(B) 229.09º 0.69% 0.69% -
XYZ 12.07 9.25 42.22 -
YUV 81.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 55 77 176 0.69 0.56 0 0.31 229.09 0.52 0.45
Hex 37 4D B0 45 38 0 1F E5 34 2D
Octal 67 115 260 105 70 0 37 345 64 55
Binary 110111 1001101 10110000 1000101 111000 0 11111 11100101 110100 101101

Color Harmonies of #374DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DB0

Black with #374DB0

Text Example


Text Example

White with #374DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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