Html Css Color HEX #3A575A Oracle

📋 copy color: '#3A575A'

red 58 ◦ green 87 ◦ blue 90

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

Shades of Oracle #3A575A

Tints of Oracle #3A575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.02%

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

R = 24.68%
G = 37.02%
B = 38.3%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A575A (or 0x3A575A) is known color: Oracle. HEX triplet: 3A, 57 and 5A. RGB value is (58,87,90). Sum of RGB (Red+Green+Blue) = 58+87+90=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A575A is #C5A8A5. Grayscale: #4E4E4E. Windows color (decimal): -12953766 or 5920570. OLE color: 5920570.

HSL color Cylindrical-coordinate representation of color #3A575A: hue angle of 185.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A575A is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 87 90 -
CMYK 0.36 0.03 0 0.65
HSL 185.63º 0.22% 0.29% -
HSV(B) 185.63º 0.36% 0.35% -
XYZ 7 8.45 10.94 -
YUV 78.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 58 87 90 0.36 0.03 0 0.65 185.63 0.22 0.29
Hex 3A 57 5A 24 3 0 41 BA 16 1D
Octal 72 127 132 44 3 0 101 272 26 35
Binary 111010 1010111 1011010 100100 11 0 1000001 10111010 10110 11101

Color Harmonies of #3A575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A575A

Black with #3A575A

Text Example


Text Example

White with #3A575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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