Html Css Color HEX #356ABC Cerulean Blue

📋 copy color: '#356ABC'

red 53 ◦ green 106 ◦ blue 188

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

Shades of Cerulean Blue #356ABC

Tints of Cerulean Blue #356ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 15.27%
G = 30.55%
B = 54.18%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#356ABC (or 0x356ABC) is known color: Cerulean Blue. HEX triplet: 35, 6A and BC. RGB value is (53,106,188). Sum of RGB (Red+Green+Blue) = 53+106+188=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #356ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ABC is #CA9543. Grayscale: #636363. Windows color (decimal): -13276484 or 12347957. OLE color: 12347957.

HSL color Cylindrical-coordinate representation of color #356ABC: hue angle of 216.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 #356ABC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 106 188 -
CMYK 0.72 0.44 0 0.26
HSL 216.44º 0.56% 0.47% -
HSV(B) 216.44º 0.72% 0.74% -
XYZ 15.7 14.7 49.59 -
YUV 99.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 53 106 188 0.72 0.44 0 0.26 216.44 0.56 0.47
Hex 35 6A BC 48 2C 0 1A D8 38 2F
Octal 65 152 274 110 54 0 32 330 70 57
Binary 110101 1101010 10111100 1001000 101100 0 11010 11011000 111000 101111

Color Harmonies of #356ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ABC

Black with #356ABC

Text Example


Text Example

White with #356ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356ABC; }

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

 H1.HeaderClassName
 {
   color: #356ABC;
 }
 .AnyTagClassName
 {
   color: #356ABC;
 }
</style>

background-color css

<style>
 a { background-color: #356ABC; }

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

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

border-color css

<style>
 span { border-color: #356ABC; }

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

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