Html Css Color HEX #0353BE Denim

📋 copy color: '#0353BE'

red 3 ◦ green 83 ◦ blue 190

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

Shades of Denim #0353BE

Tints of Denim #0353BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 1.09%
G = 30.07%
B = 68.84%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0353BE (or 0x0353BE) is known color: Denim. HEX triplet: 03, 53 and BE. RGB value is (3,83,190). Sum of RGB (Red+Green+Blue) = 3+83+190=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #0353BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353BE is #FCAC41. Grayscale: #464646. Windows color (decimal): -16559170 or 12473091. OLE color: 12473091.

HSL color Cylindrical-coordinate representation of color #0353BE: hue angle of 214.33º 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 #0353BE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 83 190 -
CMYK 0.98 0.56 0 0.25
HSL 214.33º 0.97% 0.38% -
HSV(B) 214.33º 0.98% 0.75% -
XYZ 12.43 9.92 49.98 -
YUV 71.28 195 79.3 -
System Red Green Blue C M Y K H S L
Decimal 3 83 190 0.98 0.56 0 0.25 214.33 0.97 0.38
Hex 3 53 BE 62 38 0 19 D6 61 26
Octal 3 123 276 142 70 0 31 326 141 46
Binary 11 1010011 10111110 1100010 111000 0 11001 11010110 1100001 100110

Color Harmonies of #0353BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353BE

Black with #0353BE

Text Example


Text Example

White with #0353BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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