Html Css Color HEX #0342A6 Cobalt

📋 copy color: '#0342A6'

red 3 ◦ green 66 ◦ blue 166

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

Shades of Cobalt #0342A6

Tints of Cobalt #0342A6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 166 (65.23% from 255) = 70.64%

R = 1.28%
G = 28.09%
B = 70.64%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0342A6 (or 0x0342A6) is known color: Cobalt. HEX triplet: 03, 42 and A6. RGB value is (3,66,166). Sum of RGB (Red+Green+Blue) = 3+66+166=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #0342A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0342A6 is #FCBD59. Grayscale: #3A3A3A. Windows color (decimal): -16563546 or 10895875. OLE color: 10895875.

HSL color Cylindrical-coordinate representation of color #0342A6: hue angle of 216.81º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0342A6 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 66 166 -
CMYK 0.98 0.60 0 0.35
HSL 216.81º 0.96% 0.33% -
HSV(B) 216.81º 0.98% 0.65% -
XYZ 8.87 6.67 36.9 -
YUV 58.56 188.63 88.37 -
System Red Green Blue C M Y K H S L
Decimal 3 66 166 0.98 0.60 0 0.35 216.81 0.96 0.33
Hex 3 42 A6 62 3C 0 23 D9 60 21
Octal 3 102 246 142 74 0 43 331 140 41
Binary 11 1000010 10100110 1100010 111100 0 100011 11011001 1100000 100001

Color Harmonies of #0342A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0342A6

Black with #0342A6

Text Example


Text Example

White with #0342A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0342A6; }

 p { color: rgb(3,66,166); }

 H1.HeaderClassName
 {
   color: #0342A6;
 }
 .AnyTagClassName
 {
   color: #0342A6;
 }
</style>

background-color css

<style>
 a { background-color: #0342A6; }

 a { background-color: rgb(3,66,166); }

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

border-color css

<style>
 span { border-color: #0342A6; }

 span { border-color: rgb(3,66,166); }

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