Html Css Color HEX #345354 Oracle

📋 copy color: '#345354'

red 52 ◦ green 83 ◦ blue 84

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

Shades of Oracle #345354

Tints of Oracle #345354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 84 (33.2% from 255) = 38.36%

R = 23.74%
G = 37.9%
B = 38.36%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#345354 (or 0x345354) is known color: Oracle. HEX triplet: 34, 53 and 54. RGB value is (52,83,84). Sum of RGB (Red+Green+Blue) = 52+83+84=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #345354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345354 is #CBACAB. Grayscale: #494949. Windows color (decimal): -13348012 or 5526324. OLE color: 5526324.

HSL color Cylindrical-coordinate representation of color #345354: hue angle of 181.88º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345354 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 84 -
CMYK 0.38 0.01 0 0.67
HSL 181.88º 0.24% 0.27% -
HSV(B) 181.88º 0.38% 0.33% -
XYZ 6.11 7.56 9.52 -
YUV 73.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 52 83 84 0.38 0.01 0 0.67 181.88 0.24 0.27
Hex 34 53 54 26 1 0 43 B6 18 1B
Octal 64 123 124 46 1 0 103 266 30 33
Binary 110100 1010011 1010100 100110 1 0 1000011 10110110 11000 11011

Color Harmonies of #345354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345354

Black with #345354

Text Example


Text Example

White with #345354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345354; }

 p { color: rgb(52,83,84); }

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

background-color css

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

 a { background-color: rgb(52,83,84); }

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

border-color css

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

 span { border-color: rgb(52,83,84); }

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