Html Css Color HEX #374CB0 Cerulean Blue

📋 copy color: '#374CB0'

red 55 ◦ green 76 ◦ blue 176

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

Shades of Cerulean Blue #374CB0

Tints of Cerulean Blue #374CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 17.92%
G = 24.76%
B = 57.33%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#374CB0 (or 0x374CB0) is known color: Cerulean Blue. HEX triplet: 37, 4C and B0. RGB value is (55,76,176). Sum of RGB (Red+Green+Blue) = 55+76+176=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #374CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CB0 is #C8B34F. Grayscale: #505050. Windows color (decimal): -13153104 or 11553847. OLE color: 11553847.

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

Color convert

RGB 55 76 176 -
CMYK 0.69 0.57 0 0.31
HSL 229.59º 0.52% 0.45% -
HSV(B) 229.59º 0.69% 0.69% -
XYZ 12 9.12 42.2 -
YUV 81.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 55 76 176 0.69 0.57 0 0.31 229.59 0.52 0.45
Hex 37 4C B0 45 39 0 1F E6 34 2D
Octal 67 114 260 105 71 0 37 346 64 55
Binary 110111 1001100 10110000 1000101 111001 0 11111 11100110 110100 101101

Color Harmonies of #374CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CB0

Black with #374CB0

Text Example


Text Example

White with #374CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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