Html Css Color HEX #315C58 Oracle

📋 copy color: '#315C58'

red 49 ◦ green 92 ◦ blue 88

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

Shades of Oracle #315C58

Tints of Oracle #315C58

RGB

 RED value IS 49 (19.53% from 255) = 21.4%

 GREEN value IS 92 (36.33% from 255) = 40.17%

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 21.4%
G = 40.17%
B = 38.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#315C58 (or 0x315C58) is known color: Oracle. HEX triplet: 31, 5C and 58. RGB value is (49,92,88). Sum of RGB (Red+Green+Blue) = 49+92+88=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #315C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C58 is #CEA3A7. Grayscale: #4E4E4E. Windows color (decimal): -13542312 or 5790769. OLE color: 5790769.

HSL color Cylindrical-coordinate representation of color #315C58: hue angle of 174.42º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C58 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 88 -
CMYK 0.47 0 0.04 0.64
HSL 174.42º 0.3% 0.28% -
HSV(B) 174.42º 0.47% 0.36% -
XYZ 6.86 9.01 10.61 -
YUV 78.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 49 92 88 0.47 0 0.04 0.64 174.42 0.3 0.28
Hex 31 5C 58 2F 0 4 40 AE 1E 1C
Octal 61 134 130 57 0 4 100 256 36 34
Binary 110001 1011100 1011000 101111 0 100 1000000 10101110 11110 11100

Color Harmonies of #315C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C58

Black with #315C58

Text Example


Text Example

White with #315C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315C58; }

 p { color: rgb(49,92,88); }

 H1.HeaderClassName
 {
   color: #315C58;
 }
 .AnyTagClassName
 {
   color: #315C58;
 }
</style>

background-color css

<style>
 a { background-color: #315C58; }

 a { background-color: rgb(49,92,88); }

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

border-color css

<style>
 span { border-color: #315C58; }

 span { border-color: rgb(49,92,88); }

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