#0341A7

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

Shades of Cobalt #0341A7

Tints of Cobalt #0341A7

Color information

#0341A7 (or 0x0341A7) is unknown color: approx Cobalt. HEX triplet: 03, 41 and A7. RGB value is (3,65,167). Sum of RGB (Red+Green+Blue) = 3+65+167=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #0341A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0341A7 is #FCBE58. Grayscale: #393939. Windows color (decimal): -16563801 or 10961155. OLE color: 10961155.

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

Color convert

RGB365167-
CMYK0.980.6100.35
HSL217.32º96.47%33.33%-
HSV(B)217.32º98.2%65.49%-
XYZ8.96.5937.36-
YUV58.09189.4688.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 167 (65.62% from 255) = 71.06%
R=1.28%
G=27.66%
B=71.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3651670.980.6100.35217.3296.4733.33
Hex341A7623D023d96021
Octal31012471427504333114041
Binary1110000011010011111000101111010100011110110011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0341A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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