Html Css Color HEX #0346BB Cobalt

📋 copy color: '#0346BB'

red 3 ◦ green 70 ◦ blue 187

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

Shades of Cobalt #0346BB

Tints of Cobalt #0346BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.92%

R = 1.15%
G = 26.92%
B = 71.92%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0346BB (or 0x0346BB) is known color: Cobalt. HEX triplet: 03, 46 and BB. RGB value is (3,70,187). Sum of RGB (Red+Green+Blue) = 3+70+187=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #0346BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346BB is #FCB944. Grayscale: #3E3E3E. Windows color (decimal): -16562501 or 12273155. OLE color: 12273155.

HSL color Cylindrical-coordinate representation of color #0346BB: hue angle of 218.15º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0346BB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 70 187 -
CMYK 0.98 0.63 0 0.27
HSL 218.15º 0.97% 0.37% -
HSV(B) 218.15º 0.98% 0.73% -
XYZ 11.2 7.99 47.97 -
YUV 63.31 197.8 84.99 -
System Red Green Blue C M Y K H S L
Decimal 3 70 187 0.98 0.63 0 0.27 218.15 0.97 0.37
Hex 3 46 BB 62 3F 0 1B DA 61 25
Octal 3 106 273 142 77 0 33 332 141 45
Binary 11 1000110 10111011 1100010 111111 0 11011 11011010 1100001 100101

Color Harmonies of #0346BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346BB

Black with #0346BB

Text Example


Text Example

White with #0346BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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