Html Css Color HEX #375CB7 Cerulean Blue

📋 copy color: '#375CB7'

red 55 ◦ green 92 ◦ blue 183

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

Shades of Cerulean Blue #375CB7

Tints of Cerulean Blue #375CB7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

 BLUE value IS 183 (71.88% from 255) = 55.45%

R = 16.67%
G = 27.88%
B = 55.45%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#375CB7 (or 0x375CB7) is known color: Cerulean Blue. HEX triplet: 37, 5C and B7. RGB value is (55,92,183). Sum of RGB (Red+Green+Blue) = 55+92+183=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #375CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CB7 is #C8A348. Grayscale: #5A5A5A. Windows color (decimal): -13149001 or 12016695. OLE color: 12016695.

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

Color convert

RGB 55 92 183 -
CMYK 0.70 0.50 0 0.28
HSL 222.66º 0.54% 0.47% -
HSV(B) 222.66º 0.7% 0.72% -
XYZ 13.95 11.89 46.36 -
YUV 91.31 179.74 102.1 -
System Red Green Blue C M Y K H S L
Decimal 55 92 183 0.70 0.50 0 0.28 222.66 0.54 0.47
Hex 37 5C B7 46 32 0 1C DF 36 2F
Octal 67 134 267 106 62 0 34 337 66 57
Binary 110111 1011100 10110111 1000110 110010 0 11100 11011111 110110 101111

Color Harmonies of #375CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CB7

Black with #375CB7

Text Example


Text Example

White with #375CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,92,183); }

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

background-color css

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

 a { background-color: rgb(55,92,183); }

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

border-color css

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

 span { border-color: rgb(55,92,183); }

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