Html Css Color HEX #315F61 Oracle

📋 copy color: '#315F61'

red 49 ◦ green 95 ◦ blue 97

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

Shades of Oracle #315F61

Tints of Oracle #315F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.42%

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 20.33%
G = 39.42%
B = 40.25%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315F61 (or 0x315F61) is known color: Oracle. HEX triplet: 31, 5F and 61. RGB value is (49,95,97). Sum of RGB (Red+Green+Blue) = 49+95+97=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #315F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F61 is #CEA09E. Grayscale: #515151. Windows color (decimal): -13541535 or 6381361. OLE color: 6381361.

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

Color convert

RGB 49 95 97 -
CMYK 0.49 0.02 0 0.62
HSL 182.5º 0.33% 0.29% -
HSV(B) 182.5º 0.49% 0.38% -
XYZ 7.52 9.7 12.79 -
YUV 81.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 49 95 97 0.49 0.02 0 0.62 182.5 0.33 0.29
Hex 31 5F 61 31 2 0 3E B6 21 1D
Octal 61 137 141 61 2 0 76 266 41 35
Binary 110001 1011111 1100001 110001 10 0 111110 10110110 100001 11101

Color Harmonies of #315F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F61

Black with #315F61

Text Example


Text Example

White with #315F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,97); }

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

background-color css

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

 a { background-color: rgb(49,95,97); }

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

border-color css

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

 span { border-color: rgb(49,95,97); }

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