Html Css Color HEX #34585B Oracle

📋 copy color: '#34585B'

red 52 ◦ green 88 ◦ blue 91

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

Shades of Oracle #34585B

Tints of Oracle #34585B

RGB

 RED value IS 52 (20.7% from 255) = 22.51%

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 22.51%
G = 38.1%
B = 39.39%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34585B (or 0x34585B) is known color: Oracle. HEX triplet: 34, 58 and 5B. RGB value is (52,88,91). Sum of RGB (Red+Green+Blue) = 52+88+91=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #34585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34585B is #CBA7A4. Grayscale: #4D4D4D. Windows color (decimal): -13346725 or 5986356. OLE color: 5986356.

HSL color Cylindrical-coordinate representation of color #34585B: hue angle of 184.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34585B is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 88 91 -
CMYK 0.43 0.03 0 0.64
HSL 184.62º 0.27% 0.28% -
HSV(B) 184.62º 0.43% 0.36% -
XYZ 6.79 8.46 11.17 -
YUV 77.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 52 88 91 0.43 0.03 0 0.64 184.62 0.27 0.28
Hex 34 58 5B 2B 3 0 40 B9 1B 1C
Octal 64 130 133 53 3 0 100 271 33 34
Binary 110100 1011000 1011011 101011 11 0 1000000 10111001 11011 11100

Color Harmonies of #34585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34585B

Black with #34585B

Text Example


Text Example

White with #34585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34585B; }

 p { color: rgb(52,88,91); }

 H1.HeaderClassName
 {
   color: #34585B;
 }
 .AnyTagClassName
 {
   color: #34585B;
 }
</style>

background-color css

<style>
 a { background-color: #34585B; }

 a { background-color: rgb(52,88,91); }

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

border-color css

<style>
 span { border-color: #34585B; }

 span { border-color: rgb(52,88,91); }

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