Html Css Color HEX #3755BA Cerulean Blue

📋 copy color: '#3755BA'

red 55 ◦ green 85 ◦ blue 186

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

Shades of Cerulean Blue #3755BA

Tints of Cerulean Blue #3755BA

RGB

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

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

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

R = 16.87%
G = 26.07%
B = 57.06%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3755BA (or 0x3755BA) is known color: Cerulean Blue. HEX triplet: 37, 55 and BA. RGB value is (55,85,186). Sum of RGB (Red+Green+Blue) = 55+85+186=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #3755BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755BA is #C8AA45. Grayscale: #575757. Windows color (decimal): -13150790 or 12211511. OLE color: 12211511.

HSL color Cylindrical-coordinate representation of color #3755BA: hue angle of 226.26º 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 #3755BA is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 85 186 -
CMYK 0.70 0.54 0 0.27
HSL 226.26º 0.54% 0.47% -
HSV(B) 226.26º 0.7% 0.73% -
XYZ 13.69 10.85 47.83 -
YUV 87.54 183.56 104.79 -
System Red Green Blue C M Y K H S L
Decimal 55 85 186 0.70 0.54 0 0.27 226.26 0.54 0.47
Hex 37 55 BA 46 36 0 1B E2 36 2F
Octal 67 125 272 106 66 0 33 342 66 57
Binary 110111 1010101 10111010 1000110 110110 0 11011 11100010 110110 101111

Color Harmonies of #3755BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755BA

Black with #3755BA

Text Example


Text Example

White with #3755BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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