Html Css Color HEX #375DBB Cerulean Blue

📋 copy color: '#375DBB'

red 55 ◦ green 93 ◦ blue 187

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

Shades of Cerulean Blue #375DBB

Tints of Cerulean Blue #375DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

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

R = 16.42%
G = 27.76%
B = 55.82%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#375DBB (or 0x375DBB) is known color: Cerulean Blue. HEX triplet: 37, 5D and BB. RGB value is (55,93,187). Sum of RGB (Red+Green+Blue) = 55+93+187=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #375DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DBB is #C8A244. Grayscale: #5B5B5B. Windows color (decimal): -13148741 or 12279095. OLE color: 12279095.

HSL color Cylindrical-coordinate representation of color #375DBB: hue angle of 222.73º 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 #375DBB is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 93 187 -
CMYK 0.71 0.50 0 0.27
HSL 222.73º 0.55% 0.47% -
HSV(B) 222.73º 0.71% 0.73% -
XYZ 14.46 12.23 48.61 -
YUV 92.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 55 93 187 0.71 0.50 0 0.27 222.73 0.55 0.47
Hex 37 5D BB 47 32 0 1B DF 37 2F
Octal 67 135 273 107 62 0 33 337 67 57
Binary 110111 1011101 10111011 1000111 110010 0 11011 11011111 110111 101111

Color Harmonies of #375DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DBB

Black with #375DBB

Text Example


Text Example

White with #375DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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