Html Css Color HEX #0340C5 Cobalt

📋 copy color: '#0340C5'

red 3 ◦ green 64 ◦ blue 197

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

Shades of Cobalt #0340C5

Tints of Cobalt #0340C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 74.62%

R = 1.14%
G = 24.24%
B = 74.62%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0340C5 (or 0x0340C5) is known color: Cobalt. HEX triplet: 03, 40 and C5. RGB value is (3,64,197). Sum of RGB (Red+Green+Blue) = 3+64+197=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 197 (77.34% from 255 or 74.62% from 264); Max value from RGB is 197 - color contains mainly: blue. Hex color #0340C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340C5 is #FCBF3A. Grayscale: #3C3C3C. Windows color (decimal): -16564027 or 12926979. OLE color: 12926979.

HSL color Cylindrical-coordinate representation of color #0340C5: hue angle of 221.13º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0340C5 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 64 197 -
CMYK 0.98 0.68 0 0.23
HSL 221.13º 0.97% 0.39% -
HSV(B) 221.13º 0.98% 0.77% -
XYZ 11.95 7.72 53.68 -
YUV 60.92 204.79 86.69 -
System Red Green Blue C M Y K H S L
Decimal 3 64 197 0.98 0.68 0 0.23 221.13 0.97 0.39
Hex 3 40 C5 62 44 0 17 DD 61 27
Octal 3 100 305 142 104 0 27 335 141 47
Binary 11 1000000 11000101 1100010 1000100 0 10111 11011101 1100001 100111

Color Harmonies of #0340C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340C5

Black with #0340C5

Text Example


Text Example

White with #0340C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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