Html Css Color HEX #374BAB Cerulean Blue

📋 copy color: '#374BAB'

red 55 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #374BAB

Tints of Cerulean Blue #374BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 18.27%
G = 24.92%
B = 56.81%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#374BAB (or 0x374BAB) is known color: Cerulean Blue. HEX triplet: 37, 4B and AB. RGB value is (55,75,171). Sum of RGB (Red+Green+Blue) = 55+75+171=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #374BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374BAB is #C8B454. Grayscale: #4F4F4F. Windows color (decimal): -13153365 or 11225911. OLE color: 11225911.

HSL color Cylindrical-coordinate representation of color #374BAB: hue angle of 229.66º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374BAB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 75 171 -
CMYK 0.68 0.56 0 0.33
HSL 229.66º 0.51% 0.44% -
HSV(B) 229.66º 0.68% 0.67% -
XYZ 11.44 8.78 39.62 -
YUV 79.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 55 75 171 0.68 0.56 0 0.33 229.66 0.51 0.44
Hex 37 4B AB 44 38 0 21 E6 33 2C
Octal 67 113 253 104 70 0 41 346 63 54
Binary 110111 1001011 10101011 1000100 111000 0 100001 11100110 110011 101100

Color Harmonies of #374BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BAB

Black with #374BAB

Text Example


Text Example

White with #374BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,171); }

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

background-color css

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

 a { background-color: rgb(55,75,171); }

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

border-color css

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

 span { border-color: rgb(55,75,171); }

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