Html Css Color HEX #295C5D Oracle

📋 copy color: '#295C5D'

red 41 ◦ green 92 ◦ blue 93

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

Shades of Oracle #295C5D

Tints of Oracle #295C5D

RGB

 RED value IS 41 (16.41% from 255) = 18.14%

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

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 18.14%
G = 40.71%
B = 41.15%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#295C5D (or 0x295C5D) is known color: Oracle. HEX triplet: 29, 5C and 5D. RGB value is (41,92,93). Sum of RGB (Red+Green+Blue) = 41+92+93=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #295C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C5D is #D6A3A2. Grayscale: #4C4C4C. Windows color (decimal): -14066595 or 6118441. OLE color: 6118441.

HSL color Cylindrical-coordinate representation of color #295C5D: hue angle of 181.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295C5D is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 92 93 -
CMYK 0.56 0.01 0 0.64
HSL 181.15º 0.39% 0.26% -
HSV(B) 181.15º 0.56% 0.36% -
XYZ 6.72 8.92 11.72 -
YUV 76.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 41 92 93 0.56 0.01 0 0.64 181.15 0.39 0.26
Hex 29 5C 5D 38 1 0 40 B5 27 1A
Octal 51 134 135 70 1 0 100 265 47 32
Binary 101001 1011100 1011101 111000 1 0 1000000 10110101 100111 11010

Color Harmonies of #295C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C5D

Black with #295C5D

Text Example


Text Example

White with #295C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295C5D; }

 p { color: rgb(41,92,93); }

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

background-color css

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

 a { background-color: rgb(41,92,93); }

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

border-color css

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

 span { border-color: rgb(41,92,93); }

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