Html Css Color HEX #295A60 Oracle

📋 copy color: '#295A60'

red 41 ◦ green 90 ◦ blue 96

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

Shades of Oracle #295A60

Tints of Oracle #295A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 18.06%
G = 39.65%
B = 42.29%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295A60 (or 0x295A60) is known color: Oracle. HEX triplet: 29, 5A and 60. RGB value is (41,90,96). Sum of RGB (Red+Green+Blue) = 41+90+96=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #295A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A60 is #D6A59F. Grayscale: #4B4B4B. Windows color (decimal): -14067104 or 6314537. OLE color: 6314537.

HSL color Cylindrical-coordinate representation of color #295A60: hue angle of 186.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295A60 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 90 96 -
CMYK 0.57 0.06 0 0.62
HSL 186.55º 0.4% 0.27% -
HSV(B) 186.55º 0.57% 0.38% -
XYZ 6.68 8.63 12.38 -
YUV 76.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 41 90 96 0.57 0.06 0 0.62 186.55 0.4 0.27
Hex 29 5A 60 39 6 0 3E BB 28 1B
Octal 51 132 140 71 6 0 76 273 50 33
Binary 101001 1011010 1100000 111001 110 0 111110 10111011 101000 11011

Color Harmonies of #295A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A60

Black with #295A60

Text Example


Text Example

White with #295A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,90,96); }

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

background-color css

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

 a { background-color: rgb(41,90,96); }

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

border-color css

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

 span { border-color: rgb(41,90,96); }

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