Html Css Color HEX #34575B Oracle

📋 copy color: '#34575B'

red 52 ◦ green 87 ◦ blue 91

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

Shades of Oracle #34575B

Tints of Oracle #34575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

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

R = 22.61%
G = 37.83%
B = 39.57%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34575B (or 0x34575B) is known color: Oracle. HEX triplet: 34, 57 and 5B. RGB value is (52,87,91). Sum of RGB (Red+Green+Blue) = 52+87+91=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #34575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34575B is #CBA8A4. Grayscale: #4C4C4C. Windows color (decimal): -13346981 or 5986100. OLE color: 5986100.

HSL color Cylindrical-coordinate representation of color #34575B: hue angle of 186.15º 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 #34575B is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 87 91 -
CMYK 0.43 0.04 0 0.64
HSL 186.15º 0.27% 0.28% -
HSV(B) 186.15º 0.43% 0.36% -
XYZ 6.71 8.3 11.15 -
YUV 76.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 52 87 91 0.43 0.04 0 0.64 186.15 0.27 0.28
Hex 34 57 5B 2B 4 0 40 BA 1B 1C
Octal 64 127 133 53 4 0 100 272 33 34
Binary 110100 1010111 1011011 101011 100 0 1000000 10111010 11011 11100

Color Harmonies of #34575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34575B

Black with #34575B

Text Example


Text Example

White with #34575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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