Html Css Color HEX #0340BD Cobalt

📋 copy color: '#0340BD'

red 3 ◦ green 64 ◦ blue 189

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

Shades of Cobalt #0340BD

Tints of Cobalt #0340BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 1.17%
G = 25%
B = 73.83%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0340BD (or 0x0340BD) is known color: Cobalt. HEX triplet: 03, 40 and BD. RGB value is (3,64,189). Sum of RGB (Red+Green+Blue) = 3+64+189=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #0340BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340BD is #FCBF42. Grayscale: #3B3B3B. Windows color (decimal): -16564035 or 12402691. OLE color: 12402691.

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

Color convert

RGB 3 64 189 -
CMYK 0.98 0.66 0 0.26
HSL 220.32º 0.97% 0.38% -
HSV(B) 220.32º 0.98% 0.74% -
XYZ 11.06 7.36 48.98 -
YUV 60.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 3 64 189 0.98 0.66 0 0.26 220.32 0.97 0.38
Hex 3 40 BD 62 42 0 1A DC 61 26
Octal 3 100 275 142 102 0 32 334 141 46
Binary 11 1000000 10111101 1100010 1000010 0 11010 11011100 1100001 100110

Color Harmonies of #0340BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340BD

Black with #0340BD

Text Example


Text Example

White with #0340BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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