Html Css Color HEX #316564 Oracle

📋 copy color: '#316564'

red 49 ◦ green 101 ◦ blue 100

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

Shades of Oracle #316564

Tints of Oracle #316564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 100 (39.45% from 255) = 40%

R = 19.6%
G = 40.4%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#316564 (or 0x316564) is known color: Oracle. HEX triplet: 31, 65 and 64. RGB value is (49,101,100). Sum of RGB (Red+Green+Blue) = 49+101+100=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #316564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316564 is #CE9A9B. Grayscale: #555555. Windows color (decimal): -13539996 or 6579505. OLE color: 6579505.

HSL color Cylindrical-coordinate representation of color #316564: hue angle of 178.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316564 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 100 -
CMYK 0.51 0 0.01 0.60
HSL 178.85º 0.35% 0.29% -
HSV(B) 178.85º 0.51% 0.4% -
XYZ 8.22 10.88 13.72 -
YUV 85.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 49 101 100 0.51 0 0.01 0.60 178.85 0.35 0.29
Hex 31 65 64 33 0 1 3C B3 23 1D
Octal 61 145 144 63 0 1 74 263 43 35
Binary 110001 1100101 1100100 110011 0 1 111100 10110011 100011 11101

Color Harmonies of #316564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316564

Black with #316564

Text Example


Text Example

White with #316564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316564; }

 p { color: rgb(49,101,100); }

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

background-color css

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

 a { background-color: rgb(49,101,100); }

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

border-color css

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

 span { border-color: rgb(49,101,100); }

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