#34555A

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

Shades of Oracle #34555A

Tints of Oracle #34555A

Color information

#34555A (or 0x34555A) is unknown color: approx Oracle. HEX triplet: 34, 55 and 5A. RGB value is (52,85,90). Sum of RGB (Red+Green+Blue) = 52+85+90=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #34555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34555A is #CBAAA5. Grayscale: #4B4B4B. Windows color (decimal): -13347494 or 5920052. OLE color: 5920052.

HSL color Cylindrical-coordinate representation of color #34555A: hue angle of 187.89º 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 #34555A is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528590-
CMYK0.420.0600.65
HSL187.89º26.76%27.84%-
HSV(B)187.89º42.22%35.29%-
XYZ6.517.9710.87-
YUV75.7136.07111.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=22.91%
G=37.44%
B=39.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5285900.420.0600.65187.8926.7627.84
Hex34555A2A6041bc1b1c
Octal6412513252601012743334
Binary1101001010101101101010101011001000001101111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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