Html Css Color HEX #295B5E Oracle

📋 copy color: '#295B5E'

red 41 ◦ green 91 ◦ blue 94

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

Shades of Oracle #295B5E

Tints of Oracle #295B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.27%

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 18.14%
G = 40.27%
B = 41.59%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#295B5E (or 0x295B5E) is known color: Oracle. HEX triplet: 29, 5B and 5E. RGB value is (41,91,94). Sum of RGB (Red+Green+Blue) = 41+91+94=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #295B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B5E is #D6A4A1. Grayscale: #4C4C4C. Windows color (decimal): -14066850 or 6183721. OLE color: 6183721.

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

Color convert

RGB 41 91 94 -
CMYK 0.56 0.03 0 0.63
HSL 183.4º 0.39% 0.26% -
HSV(B) 183.4º 0.56% 0.37% -
XYZ 6.68 8.76 11.93 -
YUV 76.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 41 91 94 0.56 0.03 0 0.63 183.4 0.39 0.26
Hex 29 5B 5E 38 3 0 3F B7 27 1A
Octal 51 133 136 70 3 0 77 267 47 32
Binary 101001 1011011 1011110 111000 11 0 111111 10110111 100111 11010

Color Harmonies of #295B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B5E

Black with #295B5E

Text Example


Text Example

White with #295B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,91,94); }

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

background-color css

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

 a { background-color: rgb(41,91,94); }

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

border-color css

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

 span { border-color: rgb(41,91,94); }

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