Html Css Color HEX #0340BE Cobalt

📋 copy color: '#0340BE'

red 3 ◦ green 64 ◦ blue 190

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

Shades of Cobalt #0340BE

Tints of Cobalt #0340BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 1.17%
G = 24.9%
B = 73.93%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0340BE (or 0x0340BE) is known color: Cobalt. HEX triplet: 03, 40 and BE. RGB value is (3,64,190). Sum of RGB (Red+Green+Blue) = 3+64+190=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #0340BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340BE is #FCBF41. Grayscale: #3B3B3B. Windows color (decimal): -16564034 or 12468227. OLE color: 12468227.

HSL color Cylindrical-coordinate representation of color #0340BE: hue angle of 220.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0340BE is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 64 190 -
CMYK 0.98 0.66 0 0.25
HSL 220.43º 0.97% 0.38% -
HSV(B) 220.43º 0.98% 0.75% -
XYZ 11.17 7.4 49.56 -
YUV 60.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 3 64 190 0.98 0.66 0 0.25 220.43 0.97 0.38
Hex 3 40 BE 62 42 0 19 DC 61 26
Octal 3 100 276 142 102 0 31 334 141 46
Binary 11 1000000 10111110 1100010 1000010 0 11001 11011100 1100001 100110

Color Harmonies of #0340BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340BE

Black with #0340BE

Text Example


Text Example

White with #0340BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0340BE; }

 p { color: rgb(3,64,190); }

 H1.HeaderClassName
 {
   color: #0340BE;
 }
 .AnyTagClassName
 {
   color: #0340BE;
 }
</style>

background-color css

<style>
 a { background-color: #0340BE; }

 a { background-color: rgb(3,64,190); }

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

border-color css

<style>
 span { border-color: #0340BE; }

 span { border-color: rgb(3,64,190); }

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