Html Css Color HEX #0341BD Cobalt

📋 copy color: '#0341BD'

red 3 ◦ green 65 ◦ blue 189

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

Shades of Cobalt #0341BD

Tints of Cobalt #0341BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.54%

R = 1.17%
G = 25.29%
B = 73.54%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0341BD (or 0x0341BD) is known color: Cobalt. HEX triplet: 03, 41 and BD. RGB value is (3,65,189). Sum of RGB (Red+Green+Blue) = 3+65+189=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #0341BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0341BD is #FCBE42. Grayscale: #3C3C3C. Windows color (decimal): -16563779 or 12402947. OLE color: 12402947.

HSL color Cylindrical-coordinate representation of color #0341BD: hue angle of 220º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0341BD is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 65 189 -
CMYK 0.98 0.66 0 0.26
HSL 220º 0.97% 0.38% -
HSV(B) 220º 0.98% 0.74% -
XYZ 11.11 7.47 49 -
YUV 60.6 200.46 86.92 -
System Red Green Blue C M Y K H S L
Decimal 3 65 189 0.98 0.66 0 0.26 220 0.97 0.38
Hex 3 41 BD 62 42 0 1A DC 61 26
Octal 3 101 275 142 102 0 32 334 141 46
Binary 11 1000001 10111101 1100010 1000010 0 11010 11011100 1100001 100110

Color Harmonies of #0341BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341BD

Black with #0341BD

Text Example


Text Example

White with #0341BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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