#0341B3

Color #0341B3 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0341B3

Tints of Cobalt #0341B3

Color information

#0341B3 (or 0x0341B3) is unknown color: approx Cobalt. HEX triplet: 03, 41 and B3. RGB value is (3,65,179). Sum of RGB (Red+Green+Blue) = 3+65+179=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 179 (70.31% from 255 or 72.47% from 247); Max value from RGB is 179 - color contains mainly: blue. Hex color #0341B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0341B3 is #FCBE4C. Grayscale: #3A3A3A. Windows color (decimal): -16563789 or 11747587. OLE color: 11747587.

HSL color Cylindrical-coordinate representation of color #0341B3: hue angle of 218.86º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0341B3 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB365179-
CMYK0.980.6400.30
HSL218.86º96.7%35.69%-
HSV(B)218.86º98.32%70.2%-
XYZ10.067.0543.48-
YUV59.46195.4687.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 179 (70.31% from 255) = 72.47%
R=1.21%
G=26.32%
B=72.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal3651790.980.6400.30218.8696.735.69
Hex341B3624001Edb6124
Octal310126314210003633314144
Binary1110000011011001111000101000000011110110110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0341B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0341B3; }

 p { color: rgb(3,65,179); }

 H1.HeaderClassName
 {
   color: #0341B3;
 }
 .AnyTagClassName
 {
   color: #0341B3;
 }
</style>
background-color css

<style>
 a { background-color: #0341B3; }

 a { background-color: rgb(3,65,179); }

 div.DivClassName
 {
   background-color: #0341B3;
 }
 .BgClassName
 {
   background-color: #0341B3;
 }
</style>
border-color css

<style>
 span { border-color: #0341B3; }

 span { border-color: rgb(3,65,179); }

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