Html Css Color HEX #345E5D Oracle

📋 copy color: '#345E5D'

red 52 ◦ green 94 ◦ blue 93

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

Shades of Oracle #345E5D

Tints of Oracle #345E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.33%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 21.76%
G = 39.33%
B = 38.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#345E5D (or 0x345E5D) is known color: Oracle. HEX triplet: 34, 5E and 5D. RGB value is (52,94,93). Sum of RGB (Red+Green+Blue) = 52+94+93=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #345E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E5D is #CBA1A2. Grayscale: #515151. Windows color (decimal): -13345187 or 6118964. OLE color: 6118964.

HSL color Cylindrical-coordinate representation of color #345E5D: hue angle of 178.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345E5D is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 94 93 -
CMYK 0.45 0 0.01 0.63
HSL 178.57º 0.29% 0.29% -
HSV(B) 178.57º 0.45% 0.37% -
XYZ 7.39 9.53 11.8 -
YUV 81.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 52 94 93 0.45 0 0.01 0.63 178.57 0.29 0.29
Hex 34 5E 5D 2D 0 1 3F B3 1D 1D
Octal 64 136 135 55 0 1 77 263 35 35
Binary 110100 1011110 1011101 101101 0 1 111111 10110011 11101 11101

Color Harmonies of #345E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E5D

Black with #345E5D

Text Example


Text Example

White with #345E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345E5D; }

 p { color: rgb(52,94,93); }

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

background-color css

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

 a { background-color: rgb(52,94,93); }

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

border-color css

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

 span { border-color: rgb(52,94,93); }

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