Html Css Color HEX #0341AE Cobalt

📋 copy color: '#0341AE'

red 3 ◦ green 65 ◦ blue 174

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

Shades of Cobalt #0341AE

Tints of Cobalt #0341AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 174 (68.36% from 255) = 71.9%

R = 1.24%
G = 26.86%
B = 71.9%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0341AE (or 0x0341AE) is known color: Cobalt. HEX triplet: 03, 41 and AE. RGB value is (3,65,174). Sum of RGB (Red+Green+Blue) = 3+65+174=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #0341AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0341AE is #FCBE51. Grayscale: #3A3A3A. Windows color (decimal): -16563794 or 11419907. OLE color: 11419907.

HSL color Cylindrical-coordinate representation of color #0341AE: hue angle of 218.25º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0341AE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 65 174 -
CMYK 0.98 0.63 0 0.32
HSL 218.25º 0.97% 0.35% -
HSV(B) 218.25º 0.98% 0.68% -
XYZ 9.57 6.86 40.86 -
YUV 58.89 192.96 88.14 -
System Red Green Blue C M Y K H S L
Decimal 3 65 174 0.98 0.63 0 0.32 218.25 0.97 0.35
Hex 3 41 AE 62 3F 0 20 DA 61 23
Octal 3 101 256 142 77 0 40 332 141 43
Binary 11 1000001 10101110 1100010 111111 0 100000 11011010 1100001 100011

Color Harmonies of #0341AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341AE

Black with #0341AE

Text Example


Text Example

White with #0341AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0341AE;
 }
 .AnyTagClassName
 {
   color: #0341AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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