Html Css Color HEX #345958 Oracle

📋 copy color: '#345958'

red 52 ◦ green 89 ◦ blue 88

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

Shades of Oracle #345958

Tints of Oracle #345958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 22.71%
G = 38.86%
B = 38.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#345958 (or 0x345958) is known color: Oracle. HEX triplet: 34, 59 and 58. RGB value is (52,89,88). Sum of RGB (Red+Green+Blue) = 52+89+88=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #345958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345958 is #CBA6A7. Grayscale: #4D4D4D. Windows color (decimal): -13346472 or 5790004. OLE color: 5790004.

HSL color Cylindrical-coordinate representation of color #345958: hue angle of 178.38º degrees, saturation: 0.26, 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 #345958 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 88 -
CMYK 0.42 0 0.01 0.65
HSL 178.38º 0.26% 0.28% -
HSV(B) 178.38º 0.42% 0.35% -
XYZ 6.75 8.58 10.53 -
YUV 77.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 52 89 88 0.42 0 0.01 0.65 178.38 0.26 0.28
Hex 34 59 58 2A 0 1 41 B2 1A 1C
Octal 64 131 130 52 0 1 101 262 32 34
Binary 110100 1011001 1011000 101010 0 1 1000001 10110010 11010 11100

Color Harmonies of #345958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345958

Black with #345958

Text Example


Text Example

White with #345958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345958; }

 p { color: rgb(52,89,88); }

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

background-color css

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

 a { background-color: rgb(52,89,88); }

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

border-color css

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

 span { border-color: rgb(52,89,88); }

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