Html Css Color HEX #0350BE Cobalt

📋 copy color: '#0350BE'

red 3 ◦ green 80 ◦ blue 190

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

Shades of Cobalt #0350BE

Tints of Cobalt #0350BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 1.1%
G = 29.3%
B = 69.6%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0350BE (or 0x0350BE) is known color: Cobalt. HEX triplet: 03, 50 and BE. RGB value is (3,80,190). Sum of RGB (Red+Green+Blue) = 3+80+190=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #0350BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350BE is #FCAF41. Grayscale: #454545. Windows color (decimal): -16559938 or 12472323. OLE color: 12472323.

HSL color Cylindrical-coordinate representation of color #0350BE: hue angle of 215.29º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0350BE is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 80 190 -
CMYK 0.98 0.58 0 0.25
HSL 215.29º 0.97% 0.38% -
HSV(B) 215.29º 0.98% 0.75% -
XYZ 12.2 9.47 49.9 -
YUV 69.52 195.99 80.56 -
System Red Green Blue C M Y K H S L
Decimal 3 80 190 0.98 0.58 0 0.25 215.29 0.97 0.38
Hex 3 50 BE 62 3A 0 19 D7 61 26
Octal 3 120 276 142 72 0 31 327 141 46
Binary 11 1010000 10111110 1100010 111010 0 11001 11010111 1100001 100110

Color Harmonies of #0350BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350BE

Black with #0350BE

Text Example


Text Example

White with #0350BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0350BE; }

 p { color: rgb(3,80,190); }

 H1.HeaderClassName
 {
   color: #0350BE;
 }
 .AnyTagClassName
 {
   color: #0350BE;
 }
</style>

background-color css

<style>
 a { background-color: #0350BE; }

 a { background-color: rgb(3,80,190); }

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

border-color css

<style>
 span { border-color: #0350BE; }

 span { border-color: rgb(3,80,190); }

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