Html Css Color HEX #34585A Oracle

📋 copy color: '#34585A'

red 52 ◦ green 88 ◦ blue 90

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

Shades of Oracle #34585A

Tints of Oracle #34585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 22.61%
G = 38.26%
B = 39.13%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34585A (or 0x34585A) is known color: Oracle. HEX triplet: 34, 58 and 5A. RGB value is (52,88,90). Sum of RGB (Red+Green+Blue) = 52+88+90=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #34585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34585A is #CBA7A5. Grayscale: #4D4D4D. Windows color (decimal): -13346726 or 5920820. OLE color: 5920820.

HSL color Cylindrical-coordinate representation of color #34585A: hue angle of 183.16º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34585A is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 90 -
CMYK 0.42 0.02 0 0.65
HSL 183.16º 0.27% 0.28% -
HSV(B) 183.16º 0.42% 0.35% -
XYZ 6.75 8.45 10.95 -
YUV 77.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 52 88 90 0.42 0.02 0 0.65 183.16 0.27 0.28
Hex 34 58 5A 2A 2 0 41 B7 1B 1C
Octal 64 130 132 52 2 0 101 267 33 34
Binary 110100 1011000 1011010 101010 10 0 1000001 10110111 11011 11100

Color Harmonies of #34585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34585A

Black with #34585A

Text Example


Text Example

White with #34585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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