Html Css Color HEX #3A5E5A Oracle

📋 copy color: '#3A5E5A'

red 58 ◦ green 94 ◦ blue 90

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

Shades of Oracle #3A5E5A

Tints of Oracle #3A5E5A

RGB

 RED value IS 58 (23.05% from 255) = 23.97%

 GREEN value IS 94 (37.11% from 255) = 38.84%

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 23.97%
G = 38.84%
B = 37.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#3A5E5A (or 0x3A5E5A) is known color: Oracle. HEX triplet: 3A, 5E and 5A. RGB value is (58,94,90). Sum of RGB (Red+Green+Blue) = 58+94+90=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E5A is #C5A1A5. Grayscale: #525252. Windows color (decimal): -12951974 or 5922362. OLE color: 5922362.

HSL color Cylindrical-coordinate representation of color #3A5E5A: hue angle of 173.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5E5A is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 94 90 -
CMYK 0.38 0 0.04 0.63
HSL 173.33º 0.24% 0.3% -
HSV(B) 173.33º 0.38% 0.37% -
XYZ 7.59 9.64 11.13 -
YUV 82.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 58 94 90 0.38 0 0.04 0.63 173.33 0.24 0.3
Hex 3A 5E 5A 26 0 4 3F AD 18 1E
Octal 72 136 132 46 0 4 77 255 30 36
Binary 111010 1011110 1011010 100110 0 100 111111 10101101 11000 11110

Color Harmonies of #3A5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E5A

Black with #3A5E5A

Text Example


Text Example

White with #3A5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,94,90); }

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

background-color css

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

 a { background-color: rgb(58,94,90); }

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

border-color css

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

 span { border-color: rgb(58,94,90); }

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