Html Css Color HEX #0340C1 Cobalt

📋 copy color: '#0340C1'

red 3 ◦ green 64 ◦ blue 193

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

Shades of Cobalt #0340C1

Tints of Cobalt #0340C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 74.23%

R = 1.15%
G = 24.62%
B = 74.23%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0340C1 (or 0x0340C1) is known color: Cobalt. HEX triplet: 03, 40 and C1. RGB value is (3,64,193). Sum of RGB (Red+Green+Blue) = 3+64+193=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #0340C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340C1 is #FCBF3E. Grayscale: #3B3B3B. Windows color (decimal): -16564031 or 12664835. OLE color: 12664835.

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

Color convert

RGB 3 64 193 -
CMYK 0.98 0.67 0 0.24
HSL 220.74º 0.97% 0.38% -
HSV(B) 220.74º 0.98% 0.76% -
XYZ 11.5 7.54 51.3 -
YUV 60.47 202.79 87.01 -
System Red Green Blue C M Y K H S L
Decimal 3 64 193 0.98 0.67 0 0.24 220.74 0.97 0.38
Hex 3 40 C1 62 43 0 18 DD 61 26
Octal 3 100 301 142 103 0 30 335 141 46
Binary 11 1000000 11000001 1100010 1000011 0 11000 11011101 1100001 100110

Color Harmonies of #0340C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340C1

Black with #0340C1

Text Example


Text Example

White with #0340C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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