Html Css Color HEX #315C62 Oracle

📋 copy color: '#315C62'

red 49 ◦ green 92 ◦ blue 98

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

Shades of Oracle #315C62

Tints of Oracle #315C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.49%

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

R = 20.5%
G = 38.49%
B = 41%

CMYK

 C value IS 0.5

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315C62 (or 0x315C62) is known color: Oracle. HEX triplet: 31, 5C and 62. RGB value is (49,92,98). Sum of RGB (Red+Green+Blue) = 49+92+98=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #315C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C62 is #CEA39D. Grayscale: #4F4F4F. Windows color (decimal): -13542302 or 6446129. OLE color: 6446129.

HSL color Cylindrical-coordinate representation of color #315C62: hue angle of 187.35º 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 #315C62 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 92 98 -
CMYK 0.5 0.06 0 0.62
HSL 187.35º 0.33% 0.29% -
HSV(B) 187.35º 0.5% 0.38% -
XYZ 7.3 9.19 12.94 -
YUV 79.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 49 92 98 0.5 0.06 0 0.62 187.35 0.33 0.29
Hex 31 5C 62 32 6 0 3E BB 21 1D
Octal 61 134 142 62 6 0 76 273 41 35
Binary 110001 1011100 1100010 110010 110 0 111110 10111011 100001 11101

Color Harmonies of #315C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C62

Black with #315C62

Text Example


Text Example

White with #315C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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