Html Css Color HEX #316566 Oracle

📋 copy color: '#316566'

red 49 ◦ green 101 ◦ blue 102

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

Shades of Oracle #316566

Tints of Oracle #316566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 19.44%
G = 40.08%
B = 40.48%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#316566 (or 0x316566) is known color: Oracle. HEX triplet: 31, 65 and 66. RGB value is (49,101,102). Sum of RGB (Red+Green+Blue) = 49+101+102=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #316566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316566 is #CE9A99. Grayscale: #555555. Windows color (decimal): -13539994 or 6710577. OLE color: 6710577.

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

Color convert

RGB 49 101 102 -
CMYK 0.52 0.01 0 0.6
HSL 181.13º 0.35% 0.3% -
HSV(B) 181.13º 0.52% 0.4% -
XYZ 8.32 10.92 14.24 -
YUV 85.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 49 101 102 0.52 0.01 0 0.6 181.13 0.35 0.3
Hex 31 65 66 34 1 0 3C B5 23 1E
Octal 61 145 146 64 1 0 74 265 43 36
Binary 110001 1100101 1100110 110100 1 0 111100 10110101 100011 11110

Color Harmonies of #316566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316566

Black with #316566

Text Example


Text Example

White with #316566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316566; }

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

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

background-color css

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

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

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

border-color css

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

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

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