Html Css Color HEX #356CBD Cerulean Blue

📋 copy color: '#356CBD'

red 53 ◦ green 108 ◦ blue 189

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

Shades of Cerulean Blue #356CBD

Tints of Cerulean Blue #356CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

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

R = 15.14%
G = 30.86%
B = 54%

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

#356CBD (or 0x356CBD) is known color: Cerulean Blue. HEX triplet: 35, 6C and BD. RGB value is (53,108,189). Sum of RGB (Red+Green+Blue) = 53+108+189=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #356CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CBD is #CA9342. Grayscale: #646464. Windows color (decimal): -13275971 or 12414005. OLE color: 12414005.

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

Color convert

RGB 53 108 189 -
CMYK 0.72 0.43 0 0.26
HSL 215.74º 0.56% 0.47% -
HSV(B) 215.74º 0.72% 0.74% -
XYZ 16.02 15.16 50.23 -
YUV 100.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 53 108 189 0.72 0.43 0 0.26 215.74 0.56 0.47
Hex 35 6C BD 48 2B 0 1A D8 38 2F
Octal 65 154 275 110 53 0 32 330 70 57
Binary 110101 1101100 10111101 1001000 101011 0 11010 11011000 111000 101111

Color Harmonies of #356CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CBD

Black with #356CBD

Text Example


Text Example

White with #356CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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