#34565B

Color #34565B Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #34565B

Tints of Oracle #34565B

Color information

#34565B (or 0x34565B) is unknown color: approx Oracle. HEX triplet: 34, 56 and 5B. RGB value is (52,86,91). Sum of RGB (Red+Green+Blue) = 52+86+91=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #34565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34565B is #CBA9A4. Grayscale: #4C4C4C. Windows color (decimal): -13347237 or 5985844. OLE color: 5985844.

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

Color convert

RGB528691-
CMYK0.430.0500.64
HSL187.69º27.27%28.04%-
HSV(B)187.69º42.86%35.69%-
XYZ6.638.1411.12-
YUV76.4136.24110.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=22.71%
G=37.55%
B=39.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5286910.430.0500.64187.6927.2728.04
Hex34565B2B5040bc1b1c
Octal6412613353501002743334
Binary1101001010110101101110101110101000000101111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34565B;
 }
 .AnyTagClassName
 {
   color: #34565B;
 }
</style>
background-color css

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

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

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

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

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

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