Html Css Color HEX #3A6360 Oracle

📋 copy color: '#3A6360'

red 58 ◦ green 99 ◦ blue 96

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

Shades of Oracle #3A6360

Tints of Oracle #3A6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 22.92%
G = 39.13%
B = 37.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#3A6360 (or 0x3A6360) is known color: Oracle. HEX triplet: 3A, 63 and 60. RGB value is (58,99,96). Sum of RGB (Red+Green+Blue) = 58+99+96=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6360 is #C59C9F. Grayscale: #565656. Windows color (decimal): -12950688 or 6316858. OLE color: 6316858.

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

Color convert

RGB 58 99 96 -
CMYK 0.41 0 0.03 0.61
HSL 175.61º 0.26% 0.31% -
HSV(B) 175.61º 0.41% 0.39% -
XYZ 8.32 10.67 12.69 -
YUV 86.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 58 99 96 0.41 0 0.03 0.61 175.61 0.26 0.31
Hex 3A 63 60 29 0 3 3D B0 1A 1F
Octal 72 143 140 51 0 3 75 260 32 37
Binary 111010 1100011 1100000 101001 0 11 111101 10110000 11010 11111

Color Harmonies of #3A6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6360

Black with #3A6360

Text Example


Text Example

White with #3A6360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,99,96); }

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

background-color css

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

 a { background-color: rgb(58,99,96); }

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

border-color css

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

 span { border-color: rgb(58,99,96); }

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