Html Css Color HEX #356ABA Cerulean Blue

📋 copy color: '#356ABA'

red 53 ◦ green 106 ◦ blue 186

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

Shades of Cerulean Blue #356ABA

Tints of Cerulean Blue #356ABA

RGB

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

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

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

R = 15.36%
G = 30.72%
B = 53.91%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356ABA (or 0x356ABA) is known color: Cerulean Blue. HEX triplet: 35, 6A and BA. RGB value is (53,106,186). Sum of RGB (Red+Green+Blue) = 53+106+186=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #356ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ABA is #CA9545. Grayscale: #626262. Windows color (decimal): -13276486 or 12216885. OLE color: 12216885.

HSL color Cylindrical-coordinate representation of color #356ABA: hue angle of 216.09º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356ABA is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 106 186 -
CMYK 0.72 0.43 0 0.27
HSL 216.09º 0.56% 0.47% -
HSV(B) 216.09º 0.72% 0.73% -
XYZ 15.49 14.61 48.46 -
YUV 99.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 53 106 186 0.72 0.43 0 0.27 216.09 0.56 0.47
Hex 35 6A BA 48 2B 0 1B D8 38 2F
Octal 65 152 272 110 53 0 33 330 70 57
Binary 110101 1101010 10111010 1001000 101011 0 11011 11011000 111000 101111

Color Harmonies of #356ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ABA

Black with #356ABA

Text Example


Text Example

White with #356ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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