Html Css Color HEX #315B5E Oracle

📋 copy color: '#315B5E'

red 49 ◦ green 91 ◦ blue 94

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

Shades of Oracle #315B5E

Tints of Oracle #315B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.89%

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 20.94%
G = 38.89%
B = 40.17%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#315B5E (or 0x315B5E) is known color: Oracle. HEX triplet: 31, 5B and 5E. RGB value is (49,91,94). Sum of RGB (Red+Green+Blue) = 49+91+94=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #315B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B5E is #CEA4A1. Grayscale: #4E4E4E. Windows color (decimal): -13542562 or 6183729. OLE color: 6183729.

HSL color Cylindrical-coordinate representation of color #315B5E: hue angle of 184º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315B5E is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 91 94 -
CMYK 0.48 0.03 0 0.63
HSL 184º 0.31% 0.28% -
HSV(B) 184º 0.48% 0.37% -
XYZ 7.03 8.94 11.95 -
YUV 78.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 49 91 94 0.48 0.03 0 0.63 184 0.31 0.28
Hex 31 5B 5E 30 3 0 3F B8 1F 1C
Octal 61 133 136 60 3 0 77 270 37 34
Binary 110001 1011011 1011110 110000 11 0 111111 10111000 11111 11100

Color Harmonies of #315B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B5E

Black with #315B5E

Text Example


Text Example

White with #315B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,91,94); }

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

background-color css

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

 a { background-color: rgb(49,91,94); }

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

border-color css

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

 span { border-color: rgb(49,91,94); }

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