Html Css Color HEX #0342C1 Cobalt

📋 copy color: '#0342C1'

red 3 ◦ green 66 ◦ blue 193

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

Shades of Cobalt #0342C1

Tints of Cobalt #0342C1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 1.15%
G = 25.19%
B = 73.66%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0342C1 (or 0x0342C1) is known color: Cobalt. HEX triplet: 03, 42 and C1. RGB value is (3,66,193). Sum of RGB (Red+Green+Blue) = 3+66+193=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #0342C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0342C1 is #FCBD3E. Grayscale: #3D3D3D. Windows color (decimal): -16563519 or 12665347. OLE color: 12665347.

HSL color Cylindrical-coordinate representation of color #0342C1: hue angle of 220.11º 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 #0342C1 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 66 193 -
CMYK 0.98 0.66 0 0.24
HSL 220.11º 0.97% 0.38% -
HSV(B) 220.11º 0.98% 0.76% -
XYZ 11.61 7.77 51.34 -
YUV 61.64 202.13 86.17 -
System Red Green Blue C M Y K H S L
Decimal 3 66 193 0.98 0.66 0 0.24 220.11 0.97 0.38
Hex 3 42 C1 62 42 0 18 DC 61 26
Octal 3 102 301 142 102 0 30 334 141 46
Binary 11 1000010 11000001 1100010 1000010 0 11000 11011100 1100001 100110

Color Harmonies of #0342C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0342C1

Black with #0342C1

Text Example


Text Example

White with #0342C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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