Html Css Color HEX #374DAF Cerulean Blue

📋 copy color: '#374DAF'

red 55 ◦ green 77 ◦ blue 175

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

Shades of Cerulean Blue #374DAF

Tints of Cerulean Blue #374DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57%

R = 17.92%
G = 25.08%
B = 57%

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

#374DAF (or 0x374DAF) is known color: Cerulean Blue. HEX triplet: 37, 4D and AF. RGB value is (55,77,175). Sum of RGB (Red+Green+Blue) = 55+77+175=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #374DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DAF is #C8B250. Grayscale: #515151. Windows color (decimal): -13152849 or 11488567. OLE color: 11488567.

HSL color Cylindrical-coordinate representation of color #374DAF: hue angle of 229º 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 #374DAF is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 77 175 -
CMYK 0.69 0.56 0 0.31
HSL 229º 0.52% 0.45% -
HSV(B) 229º 0.69% 0.69% -
XYZ 11.97 9.22 41.71 -
YUV 81.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 55 77 175 0.69 0.56 0 0.31 229 0.52 0.45
Hex 37 4D AF 45 38 0 1F E5 34 2D
Octal 67 115 257 105 70 0 37 345 64 55
Binary 110111 1001101 10101111 1000101 111000 0 11111 11100101 110100 101101

Color Harmonies of #374DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DAF

Black with #374DAF

Text Example


Text Example

White with #374DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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