Html Css Color HEX #374DAD Cerulean Blue

📋 copy color: '#374DAD'

red 55 ◦ green 77 ◦ blue 173

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

Shades of Cerulean Blue #374DAD

Tints of Cerulean Blue #374DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 18.03%
G = 25.25%
B = 56.72%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#374DAD (or 0x374DAD) is known color: Cerulean Blue. HEX triplet: 37, 4D and AD. RGB value is (55,77,173). Sum of RGB (Red+Green+Blue) = 55+77+173=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #374DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DAD is #C8B252. Grayscale: #505050. Windows color (decimal): -13152851 or 11357495. OLE color: 11357495.

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

Color convert

RGB 55 77 173 -
CMYK 0.68 0.55 0 0.32
HSL 228.81º 0.52% 0.45% -
HSV(B) 228.81º 0.68% 0.68% -
XYZ 11.77 9.14 40.68 -
YUV 81.37 179.71 109.19 -
System Red Green Blue C M Y K H S L
Decimal 55 77 173 0.68 0.55 0 0.32 228.81 0.52 0.45
Hex 37 4D AD 44 37 0 20 E5 34 2D
Octal 67 115 255 104 67 0 40 345 64 55
Binary 110111 1001101 10101101 1000100 110111 0 100000 11100101 110100 101101

Color Harmonies of #374DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DAD

Black with #374DAD

Text Example


Text Example

White with #374DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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