Html Css Color HEX #356ABF Cerulean Blue

📋 copy color: '#356ABF'

red 53 ◦ green 106 ◦ blue 191

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

Shades of Cerulean Blue #356ABF

Tints of Cerulean Blue #356ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.57%

R = 15.14%
G = 30.29%
B = 54.57%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#356ABF (or 0x356ABF) is known color: Cerulean Blue. HEX triplet: 35, 6A and BF. RGB value is (53,106,191). Sum of RGB (Red+Green+Blue) = 53+106+191=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #356ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ABF is #CA9540. Grayscale: #636363. Windows color (decimal): -13276481 or 12544565. OLE color: 12544565.

HSL color Cylindrical-coordinate representation of color #356ABF: hue angle of 216.96º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356ABF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 106 191 -
CMYK 0.72 0.45 0 0.25
HSL 216.96º 0.57% 0.48% -
HSV(B) 216.96º 0.72% 0.75% -
XYZ 16.03 14.83 51.31 -
YUV 99.84 179.44 94.59 -
System Red Green Blue C M Y K H S L
Decimal 53 106 191 0.72 0.45 0 0.25 216.96 0.57 0.48
Hex 35 6A BF 48 2D 0 19 D9 39 30
Octal 65 152 277 110 55 0 31 331 71 60
Binary 110101 1101010 10111111 1001000 101101 0 11001 11011001 111001 110000

Color Harmonies of #356ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ABF

Black with #356ABF

Text Example


Text Example

White with #356ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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