Html Css Color HEX #375AB2 Cerulean Blue

📋 copy color: '#375AB2'

red 55 ◦ green 90 ◦ blue 178

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

Shades of Cerulean Blue #375AB2

Tints of Cerulean Blue #375AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.11%

R = 17.03%
G = 27.86%
B = 55.11%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#375AB2 (or 0x375AB2) is known color: Cerulean Blue. HEX triplet: 37, 5A and B2. RGB value is (55,90,178). Sum of RGB (Red+Green+Blue) = 55+90+178=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #375AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AB2 is #C8A54D. Grayscale: #595959. Windows color (decimal): -13149518 or 11688503. OLE color: 11688503.

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

Color convert

RGB 55 90 178 -
CMYK 0.69 0.49 0 0.30
HSL 222.93º 0.53% 0.46% -
HSV(B) 222.93º 0.69% 0.7% -
XYZ 13.27 11.34 43.61 -
YUV 89.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 55 90 178 0.69 0.49 0 0.30 222.93 0.53 0.46
Hex 37 5A B2 45 31 0 1E DF 35 2E
Octal 67 132 262 105 61 0 36 337 65 56
Binary 110111 1011010 10110010 1000101 110001 0 11110 11011111 110101 101110

Color Harmonies of #375AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AB2

Black with #375AB2

Text Example


Text Example

White with #375AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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