#0341A3

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

Shades of Cobalt #0341A3

Tints of Cobalt #0341A3

Color information

#0341A3 (or 0x0341A3) is unknown color: approx Cobalt. HEX triplet: 03, 41 and A3. RGB value is (3,65,163). Sum of RGB (Red+Green+Blue) = 3+65+163=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #0341A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0341A3 is #FCBE5C. Grayscale: #393939. Windows color (decimal): -16563805 or 10699011. OLE color: 10699011.

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

Color convert

RGB365163-
CMYK0.980.6000.36
HSL216.75º96.39%32.55%-
HSV(B)216.75º98.16%63.92%-
XYZ8.546.4435.44-
YUV57.63187.4689.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 163 (64.06% from 255) = 70.56%
R=1.30%
G=28.14%
B=70.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3651630.980.6000.36216.7596.3932.55
Hex341A3623C024d96021
Octal31012431427404433114041
Binary1110000011010001111000101111000100100110110011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0341A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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