Html Css Color HEX #3558BC Cerulean Blue

📋 copy color: '#3558BC'

red 53 ◦ green 88 ◦ blue 188

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

Shades of Cerulean Blue #3558BC

Tints of Cerulean Blue #3558BC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 16.11%
G = 26.75%
B = 57.14%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3558BC (or 0x3558BC) is known color: Cerulean Blue. HEX triplet: 35, 58 and BC. RGB value is (53,88,188). Sum of RGB (Red+Green+Blue) = 53+88+188=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #3558BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558BC is #CAA743. Grayscale: #585858. Windows color (decimal): -13281092 or 12343349. OLE color: 12343349.

HSL color Cylindrical-coordinate representation of color #3558BC: hue angle of 224.44º 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 #3558BC is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 88 188 -
CMYK 0.72 0.53 0 0.26
HSL 224.44º 0.56% 0.47% -
HSV(B) 224.44º 0.72% 0.74% -
XYZ 14.04 11.37 49.03 -
YUV 88.94 183.9 102.37 -
System Red Green Blue C M Y K H S L
Decimal 53 88 188 0.72 0.53 0 0.26 224.44 0.56 0.47
Hex 35 58 BC 48 35 0 1A E0 38 2F
Octal 65 130 274 110 65 0 32 340 70 57
Binary 110101 1011000 10111100 1001000 110101 0 11010 11100000 111000 101111

Color Harmonies of #3558BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3558BC

Black with #3558BC

Text Example


Text Example

White with #3558BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3558BC; }

 p { color: rgb(53,88,188); }

 H1.HeaderClassName
 {
   color: #3558BC;
 }
 .AnyTagClassName
 {
   color: #3558BC;
 }
</style>

background-color css

<style>
 a { background-color: #3558BC; }

 a { background-color: rgb(53,88,188); }

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

border-color css

<style>
 span { border-color: #3558BC; }

 span { border-color: rgb(53,88,188); }

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