Html Css Color HEX #3755BD Cerulean Blue

📋 copy color: '#3755BD'

red 55 ◦ green 85 ◦ blue 189

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

Shades of Cerulean Blue #3755BD

Tints of Cerulean Blue #3755BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 16.72%
G = 25.84%
B = 57.45%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3755BD (or 0x3755BD) is known color: Cerulean Blue. HEX triplet: 37, 55 and BD. RGB value is (55,85,189). Sum of RGB (Red+Green+Blue) = 55+85+189=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #3755BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755BD is #C8AA42. Grayscale: #575757. Windows color (decimal): -13150787 or 12408119. OLE color: 12408119.

HSL color Cylindrical-coordinate representation of color #3755BD: hue angle of 226.57º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3755BD is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 85 189 -
CMYK 0.71 0.55 0 0.26
HSL 226.57º 0.55% 0.48% -
HSV(B) 226.57º 0.71% 0.74% -
XYZ 14.01 10.98 49.53 -
YUV 87.89 185.06 104.54 -
System Red Green Blue C M Y K H S L
Decimal 55 85 189 0.71 0.55 0 0.26 226.57 0.55 0.48
Hex 37 55 BD 47 37 0 1A E3 37 30
Octal 67 125 275 107 67 0 32 343 67 60
Binary 110111 1010101 10111101 1000111 110111 0 11010 11100011 110111 110000

Color Harmonies of #3755BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755BD

Black with #3755BD

Text Example


Text Example

White with #3755BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3755BD; }

 p { color: rgb(55,85,189); }

 H1.HeaderClassName
 {
   color: #3755BD;
 }
 .AnyTagClassName
 {
   color: #3755BD;
 }
</style>

background-color css

<style>
 a { background-color: #3755BD; }

 a { background-color: rgb(55,85,189); }

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

border-color css

<style>
 span { border-color: #3755BD; }

 span { border-color: rgb(55,85,189); }

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