Html Css Color HEX #3E5052 Oracle

📋 copy color: '#3E5052'

red 62 ◦ green 80 ◦ blue 82

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

Shades of Oracle #3E5052

Tints of Oracle #3E5052

RGB

 RED value IS 62 (24.61% from 255) = 27.68%

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 27.68%
G = 35.71%
B = 36.61%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E5052 (or 0x3E5052) is known color: Oracle. HEX triplet: 3E, 50 and 52. RGB value is (62,80,82). Sum of RGB (Red+Green+Blue) = 62+80+82=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5052 is #C1AFAD. Grayscale: #4A4A4A. Windows color (decimal): -12693422 or 5394494. OLE color: 5394494.

HSL color Cylindrical-coordinate representation of color #3E5052: hue angle of 186º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E5052 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 80 82 -
CMYK 0.24 0.02 0 0.68
HSL 186º 0.14% 0.28% -
HSV(B) 186º 0.24% 0.32% -
XYZ 6.38 7.37 9.07 -
YUV 74.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 62 80 82 0.24 0.02 0 0.68 186 0.14 0.28
Hex 3E 50 52 18 2 0 44 BA E 1C
Octal 76 120 122 30 2 0 104 272 16 34
Binary 111110 1010000 1010010 11000 10 0 1000100 10111010 1110 11100

Color Harmonies of #3E5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5052

Black with #3E5052

Text Example


Text Example

White with #3E5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E5052; }

 p { color: rgb(62,80,82); }

 H1.HeaderClassName
 {
   color: #3E5052;
 }
 .AnyTagClassName
 {
   color: #3E5052;
 }
</style>

background-color css

<style>
 a { background-color: #3E5052; }

 a { background-color: rgb(62,80,82); }

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

border-color css

<style>
 span { border-color: #3E5052; }

 span { border-color: rgb(62,80,82); }

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