Html Css Color HEX #34585D Oracle

📋 copy color: '#34585D'

red 52 ◦ green 88 ◦ blue 93

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

Shades of Oracle #34585D

Tints of Oracle #34585D

RGB

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

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

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

R = 22.32%
G = 37.77%
B = 39.91%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34585D (or 0x34585D) is known color: Oracle. HEX triplet: 34, 58 and 5D. RGB value is (52,88,93). Sum of RGB (Red+Green+Blue) = 52+88+93=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #34585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34585D is #CBA7A2. Grayscale: #4D4D4D. Windows color (decimal): -13346723 or 6117428. OLE color: 6117428.

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

Color convert

RGB 52 88 93 -
CMYK 0.44 0.05 0 0.64
HSL 187.32º 0.28% 0.28% -
HSV(B) 187.32º 0.44% 0.36% -
XYZ 6.88 8.5 11.63 -
YUV 77.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 52 88 93 0.44 0.05 0 0.64 187.32 0.28 0.28
Hex 34 58 5D 2C 5 0 40 BB 1C 1C
Octal 64 130 135 54 5 0 100 273 34 34
Binary 110100 1011000 1011101 101100 101 0 1000000 10111011 11100 11100

Color Harmonies of #34585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34585D

Black with #34585D

Text Example


Text Example

White with #34585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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