Html Css Color HEX #0355AE Cobalt

📋 copy color: '#0355AE'

red 3 ◦ green 85 ◦ blue 174

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

Shades of Cobalt #0355AE

Tints of Cobalt #0355AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 1.15%
G = 32.44%
B = 66.41%

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

#0355AE (or 0x0355AE) is known color: Cobalt. HEX triplet: 03, 55 and AE. RGB value is (3,85,174). Sum of RGB (Red+Green+Blue) = 3+85+174=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0355AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0355AE is #FCAA51. Grayscale: #464646. Windows color (decimal): -16558674 or 11425027. OLE color: 11425027.

HSL color Cylindrical-coordinate representation of color #0355AE: hue angle of 211.23º 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 #0355AE is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 85 174 -
CMYK 0.98 0.51 0 0.32
HSL 211.23º 0.97% 0.35% -
HSV(B) 211.23º 0.98% 0.68% -
XYZ 10.93 9.57 41.32 -
YUV 70.63 186.33 79.76 -
System Red Green Blue C M Y K H S L
Decimal 3 85 174 0.98 0.51 0 0.32 211.23 0.97 0.35
Hex 3 55 AE 62 33 0 20 D3 61 23
Octal 3 125 256 142 63 0 40 323 141 43
Binary 11 1010101 10101110 1100010 110011 0 100000 11010011 1100001 100011

Color Harmonies of #0355AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0355AE

Black with #0355AE

Text Example


Text Example

White with #0355AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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