Html Css Color HEX #375BBB Cerulean Blue

📋 copy color: '#375BBB'

red 55 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #375BBB

Tints of Cerulean Blue #375BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 16.52%
G = 27.33%
B = 56.16%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#375BBB (or 0x375BBB) is known color: Cerulean Blue. HEX triplet: 37, 5B and BB. RGB value is (55,91,187). Sum of RGB (Red+Green+Blue) = 55+91+187=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #375BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BBB is #C8A444. Grayscale: #5A5A5A. Windows color (decimal): -13149253 or 12278583. OLE color: 12278583.

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

Color convert

RGB 55 91 187 -
CMYK 0.71 0.51 0 0.27
HSL 223.64º 0.55% 0.47% -
HSV(B) 223.64º 0.71% 0.73% -
XYZ 14.29 11.88 48.55 -
YUV 91.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 55 91 187 0.71 0.51 0 0.27 223.64 0.55 0.47
Hex 37 5B BB 47 33 0 1B E0 37 2F
Octal 67 133 273 107 63 0 33 340 67 57
Binary 110111 1011011 10111011 1000111 110011 0 11011 11100000 110111 101111

Color Harmonies of #375BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BBB

Black with #375BBB

Text Example


Text Example

White with #375BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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