Html Css Color HEX #0356AE Cobalt

📋 copy color: '#0356AE'

red 3 ◦ green 86 ◦ blue 174

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

Shades of Cobalt #0356AE

Tints of Cobalt #0356AE

RGB

 RED value IS 3 (1.56% from 255) = 1.14%

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 174 (68.36% from 255) = 66.16%

R = 1.14%
G = 32.7%
B = 66.16%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0356AE (or 0x0356AE) is known color: Cobalt. HEX triplet: 03, 56 and AE. RGB value is (3,86,174). Sum of RGB (Red+Green+Blue) = 3+86+174=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #0356AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0356AE is #FCA951. Grayscale: #464646. Windows color (decimal): -16558418 or 11425283. OLE color: 11425283.

HSL color Cylindrical-coordinate representation of color #0356AE: hue angle of 210.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0356AE is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 86 174 -
CMYK 0.98 0.51 0 0.32
HSL 210.88º 0.97% 0.35% -
HSV(B) 210.88º 0.98% 0.68% -
XYZ 11.01 9.73 41.34 -
YUV 71.22 186 79.34 -
System Red Green Blue C M Y K H S L
Decimal 3 86 174 0.98 0.51 0 0.32 210.88 0.97 0.35
Hex 3 56 AE 62 33 0 20 D3 61 23
Octal 3 126 256 142 63 0 40 323 141 43
Binary 11 1010110 10101110 1100010 110011 0 100000 11010011 1100001 100011

Color Harmonies of #0356AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0356AE

Black with #0356AE

Text Example


Text Example

White with #0356AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0356AE; }

 p { color: rgb(3,86,174); }

 H1.HeaderClassName
 {
   color: #0356AE;
 }
 .AnyTagClassName
 {
   color: #0356AE;
 }
</style>

background-color css

<style>
 a { background-color: #0356AE; }

 a { background-color: rgb(3,86,174); }

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

border-color css

<style>
 span { border-color: #0356AE; }

 span { border-color: rgb(3,86,174); }

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