Html Css Color HEX #375ABE Cerulean Blue

📋 copy color: '#375ABE'

red 55 ◦ green 90 ◦ blue 190

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

Shades of Cerulean Blue #375ABE

Tints of Cerulean Blue #375ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 16.42%
G = 26.87%
B = 56.72%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#375ABE (or 0x375ABE) is known color: Cerulean Blue. HEX triplet: 37, 5A and BE. RGB value is (55,90,190). Sum of RGB (Red+Green+Blue) = 55+90+190=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #375ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ABE is #C8A541. Grayscale: #5A5A5A. Windows color (decimal): -13149506 or 12474935. OLE color: 12474935.

HSL color Cylindrical-coordinate representation of color #375ABE: hue angle of 224.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #375ABE is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 90 190 -
CMYK 0.71 0.53 0 0.25
HSL 224.44º 0.55% 0.48% -
HSV(B) 224.44º 0.71% 0.75% -
XYZ 14.53 11.84 50.24 -
YUV 90.94 183.9 102.37 -
System Red Green Blue C M Y K H S L
Decimal 55 90 190 0.71 0.53 0 0.25 224.44 0.55 0.48
Hex 37 5A BE 47 35 0 19 E0 37 30
Octal 67 132 276 107 65 0 31 340 67 60
Binary 110111 1011010 10111110 1000111 110101 0 11001 11100000 110111 110000

Color Harmonies of #375ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375ABE

Black with #375ABE

Text Example


Text Example

White with #375ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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