Html Css Color HEX #315457 Oracle

📋 copy color: '#315457'

red 49 ◦ green 84 ◦ blue 87

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

Shades of Oracle #315457

Tints of Oracle #315457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.18%

 BLUE value IS 87 (34.38% from 255) = 39.55%

R = 22.27%
G = 38.18%
B = 39.55%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#315457 (or 0x315457) is known color: Oracle. HEX triplet: 31, 54 and 57. RGB value is (49,84,87). Sum of RGB (Red+Green+Blue) = 49+84+87=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #315457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315457 is #CEABA8. Grayscale: #494949. Windows color (decimal): -13544361 or 5723185. OLE color: 5723185.

HSL color Cylindrical-coordinate representation of color #315457: hue angle of 184.74º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315457 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 84 87 -
CMYK 0.44 0.03 0 0.66
HSL 184.74º 0.28% 0.27% -
HSV(B) 184.74º 0.44% 0.34% -
XYZ 6.16 7.68 10.18 -
YUV 73.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 49 84 87 0.44 0.03 0 0.66 184.74 0.28 0.27
Hex 31 54 57 2C 3 0 42 B9 1C 1B
Octal 61 124 127 54 3 0 102 271 34 33
Binary 110001 1010100 1010111 101100 11 0 1000010 10111001 11100 11011

Color Harmonies of #315457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315457

Black with #315457

Text Example


Text Example

White with #315457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315457; }

 p { color: rgb(49,84,87); }

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

background-color css

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

 a { background-color: rgb(49,84,87); }

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

border-color css

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

 span { border-color: rgb(49,84,87); }

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