Html Css Color HEX #375AB4 Cerulean Blue

📋 copy color: '#375AB4'

red 55 ◦ green 90 ◦ blue 180

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

Shades of Cerulean Blue #375AB4

Tints of Cerulean Blue #375AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 16.92%
G = 27.69%
B = 55.38%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#375AB4 (or 0x375AB4) is known color: Cerulean Blue. HEX triplet: 37, 5A and B4. RGB value is (55,90,180). Sum of RGB (Red+Green+Blue) = 55+90+180=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #375AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AB4 is #C8A54B. Grayscale: #595959. Windows color (decimal): -13149516 or 11819575. OLE color: 11819575.

HSL color Cylindrical-coordinate representation of color #375AB4: hue angle of 223.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #375AB4 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 90 180 -
CMYK 0.69 0.50 0 0.29
HSL 223.2º 0.53% 0.46% -
HSV(B) 223.2º 0.69% 0.71% -
XYZ 13.47 11.42 44.67 -
YUV 89.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 55 90 180 0.69 0.50 0 0.29 223.2 0.53 0.46
Hex 37 5A B4 45 32 0 1D DF 35 2E
Octal 67 132 264 105 62 0 35 337 65 56
Binary 110111 1011010 10110100 1000101 110010 0 11101 11011111 110101 101110

Color Harmonies of #375AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AB4

Black with #375AB4

Text Example


Text Example

White with #375AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375AB4; }

 p { color: rgb(55,90,180); }

 H1.HeaderClassName
 {
   color: #375AB4;
 }
 .AnyTagClassName
 {
   color: #375AB4;
 }
</style>

background-color css

<style>
 a { background-color: #375AB4; }

 a { background-color: rgb(55,90,180); }

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

border-color css

<style>
 span { border-color: #375AB4; }

 span { border-color: rgb(55,90,180); }

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