Html Css Color HEX #295A5D Oracle

📋 copy color: '#295A5D'

red 41 ◦ green 90 ◦ blue 93

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

Shades of Oracle #295A5D

Tints of Oracle #295A5D

RGB

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

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

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

R = 18.3%
G = 40.18%
B = 41.52%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#295A5D (or 0x295A5D) is known color: Oracle. HEX triplet: 29, 5A and 5D. RGB value is (41,90,93). Sum of RGB (Red+Green+Blue) = 41+90+93=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #295A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A5D is #D6A5A2. Grayscale: #4B4B4B. Windows color (decimal): -14067107 or 6117929. OLE color: 6117929.

HSL color Cylindrical-coordinate representation of color #295A5D: hue angle of 183.46º 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 #295A5D is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 90 93 -
CMYK 0.56 0.03 0 0.64
HSL 183.46º 0.39% 0.26% -
HSV(B) 183.46º 0.56% 0.36% -
XYZ 6.55 8.57 11.67 -
YUV 75.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 41 90 93 0.56 0.03 0 0.64 183.46 0.39 0.26
Hex 29 5A 5D 38 3 0 40 B7 27 1A
Octal 51 132 135 70 3 0 100 267 47 32
Binary 101001 1011010 1011101 111000 11 0 1000000 10110111 100111 11010

Color Harmonies of #295A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A5D

Black with #295A5D

Text Example


Text Example

White with #295A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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