Html Css Color HEX #356BBB Cerulean Blue

📋 copy color: '#356BBB'

red 53 ◦ green 107 ◦ blue 187

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

Shades of Cerulean Blue #356BBB

Tints of Cerulean Blue #356BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 15.27%
G = 30.84%
B = 53.89%

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

#356BBB (or 0x356BBB) is known color: Cerulean Blue. HEX triplet: 35, 6B and BB. RGB value is (53,107,187). Sum of RGB (Red+Green+Blue) = 53+107+187=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #356BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BBB is #CA9444. Grayscale: #636363. Windows color (decimal): -13276229 or 12282677. OLE color: 12282677.

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

Color convert

RGB 53 107 187 -
CMYK 0.72 0.43 0 0.27
HSL 215.82º 0.56% 0.47% -
HSV(B) 215.82º 0.72% 0.73% -
XYZ 15.7 14.86 49.05 -
YUV 99.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 53 107 187 0.72 0.43 0 0.27 215.82 0.56 0.47
Hex 35 6B BB 48 2B 0 1B D8 38 2F
Octal 65 153 273 110 53 0 33 330 70 57
Binary 110101 1101011 10111011 1001000 101011 0 11011 11011000 111000 101111

Color Harmonies of #356BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BBB

Black with #356BBB

Text Example


Text Example

White with #356BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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