Html Css Color HEX #34565A Oracle

📋 copy color: '#34565A'

red 52 ◦ green 86 ◦ blue 90

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

Shades of Oracle #34565A

Tints of Oracle #34565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.72%

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

R = 22.81%
G = 37.72%
B = 39.47%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34565A (or 0x34565A) is known color: Oracle. HEX triplet: 34, 56 and 5A. RGB value is (52,86,90). Sum of RGB (Red+Green+Blue) = 52+86+90=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #34565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34565A is #CBA9A5. Grayscale: #4C4C4C. Windows color (decimal): -13347238 or 5920308. OLE color: 5920308.

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

Color convert

RGB 52 86 90 -
CMYK 0.42 0.04 0 0.65
HSL 186.32º 0.27% 0.28% -
HSV(B) 186.32º 0.42% 0.35% -
XYZ 6.59 8.12 10.89 -
YUV 76.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 52 86 90 0.42 0.04 0 0.65 186.32 0.27 0.28
Hex 34 56 5A 2A 4 0 41 BA 1B 1C
Octal 64 126 132 52 4 0 101 272 33 34
Binary 110100 1010110 1011010 101010 100 0 1000001 10111010 11011 11100

Color Harmonies of #34565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34565A

Black with #34565A

Text Example


Text Example

White with #34565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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