Html Css Color HEX #0346AF Cobalt

📋 copy color: '#0346AF'

red 3 ◦ green 70 ◦ blue 175

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

Shades of Cobalt #0346AF

Tints of Cobalt #0346AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

 BLUE value IS 175 (68.75% from 255) = 70.56%

R = 1.21%
G = 28.23%
B = 70.56%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0346AF (or 0x0346AF) is known color: Cobalt. HEX triplet: 03, 46 and AF. RGB value is (3,70,175). Sum of RGB (Red+Green+Blue) = 3+70+175=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #0346AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0346AF is #FCB950. Grayscale: #3D3D3D. Windows color (decimal): -16562513 or 11486723. OLE color: 11486723.

HSL color Cylindrical-coordinate representation of color #0346AF: hue angle of 216.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0346AF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 70 175 -
CMYK 0.98 0.60 0 0.31
HSL 216.63º 0.97% 0.35% -
HSV(B) 216.63º 0.98% 0.69% -
XYZ 9.97 7.49 41.48 -
YUV 61.94 191.8 85.96 -
System Red Green Blue C M Y K H S L
Decimal 3 70 175 0.98 0.60 0 0.31 216.63 0.97 0.35
Hex 3 46 AF 62 3C 0 1F D9 61 23
Octal 3 106 257 142 74 0 37 331 141 43
Binary 11 1000110 10101111 1100010 111100 0 11111 11011001 1100001 100011

Color Harmonies of #0346AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346AF

Black with #0346AF

Text Example


Text Example

White with #0346AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0346AF; }

 p { color: rgb(3,70,175); }

 H1.HeaderClassName
 {
   color: #0346AF;
 }
 .AnyTagClassName
 {
   color: #0346AF;
 }
</style>

background-color css

<style>
 a { background-color: #0346AF; }

 a { background-color: rgb(3,70,175); }

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

border-color css

<style>
 span { border-color: #0346AF; }

 span { border-color: rgb(3,70,175); }

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