Html Css Color HEX #315E62 Oracle

📋 copy color: '#315E62'

red 49 ◦ green 94 ◦ blue 98

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

Shades of Oracle #315E62

Tints of Oracle #315E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 20.33%
G = 39%
B = 40.66%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315E62 (or 0x315E62) is known color: Oracle. HEX triplet: 31, 5E and 62. RGB value is (49,94,98). Sum of RGB (Red+Green+Blue) = 49+94+98=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #315E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E62 is #CEA19D. Grayscale: #505050. Windows color (decimal): -13541790 or 6446641. OLE color: 6446641.

HSL color Cylindrical-coordinate representation of color #315E62: hue angle of 184.9º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #315E62 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 94 98 -
CMYK 0.5 0.04 0 0.62
HSL 184.9º 0.33% 0.29% -
HSV(B) 184.9º 0.5% 0.38% -
XYZ 7.47 9.54 13 -
YUV 81 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 49 94 98 0.5 0.04 0 0.62 184.9 0.33 0.29
Hex 31 5E 62 32 4 0 3E B9 21 1D
Octal 61 136 142 62 4 0 76 271 41 35
Binary 110001 1011110 1100010 110010 100 0 111110 10111001 100001 11101

Color Harmonies of #315E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E62

Black with #315E62

Text Example


Text Example

White with #315E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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