Html Css Color HEX #295A61 Oracle

📋 copy color: '#295A61'

red 41 ◦ green 90 ◦ blue 97

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

Shades of Oracle #295A61

Tints of Oracle #295A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 17.98%
G = 39.47%
B = 42.54%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295A61 (or 0x295A61) is known color: Oracle. HEX triplet: 29, 5A and 61. RGB value is (41,90,97). Sum of RGB (Red+Green+Blue) = 41+90+97=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #295A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A61 is #D6A59E. Grayscale: #4C4C4C. Windows color (decimal): -14067103 or 6380073. OLE color: 6380073.

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

Color convert

RGB 41 90 97 -
CMYK 0.58 0.07 0 0.62
HSL 187.5º 0.41% 0.27% -
HSV(B) 187.5º 0.58% 0.38% -
XYZ 6.73 8.65 12.62 -
YUV 76.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 41 90 97 0.58 0.07 0 0.62 187.5 0.41 0.27
Hex 29 5A 61 3A 7 0 3E BC 29 1B
Octal 51 132 141 72 7 0 76 274 51 33
Binary 101001 1011010 1100001 111010 111 0 111110 10111100 101001 11011

Color Harmonies of #295A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A61

Black with #295A61

Text Example


Text Example

White with #295A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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