Html Css Color HEX #375BBA Cerulean Blue

📋 copy color: '#375BBA'

red 55 ◦ green 91 ◦ blue 186

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

Shades of Cerulean Blue #375BBA

Tints of Cerulean Blue #375BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 16.57%
G = 27.41%
B = 56.02%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#375BBA (or 0x375BBA) is known color: Cerulean Blue. HEX triplet: 37, 5B and BA. RGB value is (55,91,186). Sum of RGB (Red+Green+Blue) = 55+91+186=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #375BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BBA is #C8A445. Grayscale: #5A5A5A. Windows color (decimal): -13149254 or 12213047. OLE color: 12213047.

HSL color Cylindrical-coordinate representation of color #375BBA: hue angle of 223.51º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #375BBA is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 91 186 -
CMYK 0.70 0.51 0 0.27
HSL 223.51º 0.54% 0.47% -
HSV(B) 223.51º 0.7% 0.73% -
XYZ 14.18 11.84 47.99 -
YUV 91.07 181.57 102.28 -
System Red Green Blue C M Y K H S L
Decimal 55 91 186 0.70 0.51 0 0.27 223.51 0.54 0.47
Hex 37 5B BA 46 33 0 1B E0 36 2F
Octal 67 133 272 106 63 0 33 340 66 57
Binary 110111 1011011 10111010 1000110 110011 0 11011 11100000 110110 101111

Color Harmonies of #375BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BBA

Black with #375BBA

Text Example


Text Example

White with #375BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,186); }

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

background-color css

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

 a { background-color: rgb(55,91,186); }

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

border-color css

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

 span { border-color: rgb(55,91,186); }

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