Html Css Color HEX #356BBD Cerulean Blue

📋 copy color: '#356BBD'

red 53 ◦ green 107 ◦ blue 189

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

Shades of Cerulean Blue #356BBD

Tints of Cerulean Blue #356BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 15.19%
G = 30.66%
B = 54.15%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#356BBD (or 0x356BBD) is known color: Cerulean Blue. HEX triplet: 35, 6B and BD. RGB value is (53,107,189). Sum of RGB (Red+Green+Blue) = 53+107+189=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #356BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BBD is #CA9442. Grayscale: #636363. Windows color (decimal): -13276227 or 12413749. OLE color: 12413749.

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

Color convert

RGB 53 107 189 -
CMYK 0.72 0.43 0 0.26
HSL 216.18º 0.56% 0.47% -
HSV(B) 216.18º 0.72% 0.74% -
XYZ 15.91 14.95 50.19 -
YUV 100.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 53 107 189 0.72 0.43 0 0.26 216.18 0.56 0.47
Hex 35 6B BD 48 2B 0 1A D8 38 2F
Octal 65 153 275 110 53 0 32 330 70 57
Binary 110101 1101011 10111101 1001000 101011 0 11010 11011000 111000 101111

Color Harmonies of #356BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BBD

Black with #356BBD

Text Example


Text Example

White with #356BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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