Html Css Color HEX #0349CA Cobalt

📋 copy color: '#0349CA'

red 3 ◦ green 73 ◦ blue 202

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

Shades of Cobalt #0349CA

Tints of Cobalt #0349CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 202 (79.3% from 255) = 72.66%

R = 1.08%
G = 26.26%
B = 72.66%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0349CA (or 0x0349CA) is known color: Cobalt. HEX triplet: 03, 49 and CA. RGB value is (3,73,202). Sum of RGB (Red+Green+Blue) = 3+73+202=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #0349CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0349CA is #FCB635. Grayscale: #424242. Windows color (decimal): -16561718 or 13256963. OLE color: 13256963.

HSL color Cylindrical-coordinate representation of color #0349CA: hue angle of 218.89º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0349CA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 73 202 -
CMYK 0.99 0.64 0 0.21
HSL 218.89º 0.97% 0.4% -
HSV(B) 218.89º 0.99% 0.79% -
XYZ 13.08 9.05 56.93 -
YUV 66.78 204.31 82.51 -
System Red Green Blue C M Y K H S L
Decimal 3 73 202 0.99 0.64 0 0.21 218.89 0.97 0.4
Hex 3 49 CA 63 40 0 15 DB 61 28
Octal 3 111 312 143 100 0 25 333 141 50
Binary 11 1001001 11001010 1100011 1000000 0 10101 11011011 1100001 101000

Color Harmonies of #0349CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0349CA

Black with #0349CA

Text Example


Text Example

White with #0349CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0349CA; }

 p { color: rgb(3,73,202); }

 H1.HeaderClassName
 {
   color: #0349CA;
 }
 .AnyTagClassName
 {
   color: #0349CA;
 }
</style>

background-color css

<style>
 a { background-color: #0349CA; }

 a { background-color: rgb(3,73,202); }

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

border-color css

<style>
 span { border-color: #0349CA; }

 span { border-color: rgb(3,73,202); }

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