Html Css Color HEX #356BC6 Cerulean Blue

📋 copy color: '#356BC6'

red 53 ◦ green 107 ◦ blue 198

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

Shades of Cerulean Blue #356BC6

Tints of Cerulean Blue #356BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.31%

R = 14.8%
G = 29.89%
B = 55.31%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#356BC6 (or 0x356BC6) is known color: Cerulean Blue. HEX triplet: 35, 6B and C6. RGB value is (53,107,198). Sum of RGB (Red+Green+Blue) = 53+107+198=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #356BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BC6 is #CA9439. Grayscale: #646464. Windows color (decimal): -13276218 or 13003573. OLE color: 13003573.

HSL color Cylindrical-coordinate representation of color #356BC6: hue angle of 217.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #356BC6 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 107 198 -
CMYK 0.73 0.46 0 0.22
HSL 217.66º 0.58% 0.49% -
HSV(B) 217.66º 0.73% 0.78% -
XYZ 16.92 15.35 55.5 -
YUV 101.23 182.61 93.6 -
System Red Green Blue C M Y K H S L
Decimal 53 107 198 0.73 0.46 0 0.22 217.66 0.58 0.49
Hex 35 6B C6 49 2E 0 16 DA 3A 31
Octal 65 153 306 111 56 0 26 332 72 61
Binary 110101 1101011 11000110 1001001 101110 0 10110 11011010 111010 110001

Color Harmonies of #356BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BC6

Black with #356BC6

Text Example


Text Example

White with #356BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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