Html Css Color HEX #3A6261 Oracle

📋 copy color: '#3A6261'

red 58 ◦ green 98 ◦ blue 97

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

Shades of Oracle #3A6261

Tints of Oracle #3A6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.74%

 BLUE value IS 97 (38.28% from 255) = 38.34%

R = 22.92%
G = 38.74%
B = 38.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#3A6261 (or 0x3A6261) is known color: Oracle. HEX triplet: 3A, 62 and 61. RGB value is (58,98,97). Sum of RGB (Red+Green+Blue) = 58+98+97=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6261 is #C59D9E. Grayscale: #555555. Windows color (decimal): -12950943 or 6382138. OLE color: 6382138.

HSL color Cylindrical-coordinate representation of color #3A6261: hue angle of 178.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6261 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 98 97 -
CMYK 0.41 0 0.01 0.62
HSL 178.5º 0.26% 0.31% -
HSV(B) 178.5º 0.41% 0.38% -
XYZ 8.27 10.5 12.9 -
YUV 85.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 58 98 97 0.41 0 0.01 0.62 178.5 0.26 0.31
Hex 3A 62 61 29 0 1 3E B2 1A 1F
Octal 72 142 141 51 0 1 76 262 32 37
Binary 111010 1100010 1100001 101001 0 1 111110 10110010 11010 11111

Color Harmonies of #3A6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6261

Black with #3A6261

Text Example


Text Example

White with #3A6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,97); }

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

background-color css

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

 a { background-color: rgb(58,98,97); }

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

border-color css

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

 span { border-color: rgb(58,98,97); }

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