Html Css Color HEX #3550BD Cerulean Blue

📋 copy color: '#3550BD'

red 53 ◦ green 80 ◦ blue 189

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

Shades of Cerulean Blue #3550BD

Tints of Cerulean Blue #3550BD

RGB

 RED value IS 53 (21.09% from 255) = 16.46%

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 16.46%
G = 24.84%
B = 58.7%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3550BD (or 0x3550BD) is known color: Cerulean Blue. HEX triplet: 35, 50 and BD. RGB value is (53,80,189). Sum of RGB (Red+Green+Blue) = 53+80+189=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #3550BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550BD is #CAAF42. Grayscale: #535353. Windows color (decimal): -13283139 or 12406837. OLE color: 12406837.

HSL color Cylindrical-coordinate representation of color #3550BD: hue angle of 228.09º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3550BD is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 80 189 -
CMYK 0.72 0.58 0 0.26
HSL 228.09º 0.56% 0.47% -
HSV(B) 228.09º 0.72% 0.74% -
XYZ 13.52 10.17 49.39 -
YUV 84.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 53 80 189 0.72 0.58 0 0.26 228.09 0.56 0.47
Hex 35 50 BD 48 3A 0 1A E4 38 2F
Octal 65 120 275 110 72 0 32 344 70 57
Binary 110101 1010000 10111101 1001000 111010 0 11010 11100100 111000 101111

Color Harmonies of #3550BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3550BD

Black with #3550BD

Text Example


Text Example

White with #3550BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,80,189); }

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

background-color css

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

 a { background-color: rgb(53,80,189); }

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

border-color css

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

 span { border-color: rgb(53,80,189); }

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