Html Css Color HEX #345F5B Oracle

📋 copy color: '#345F5B'

red 52 ◦ green 95 ◦ blue 91

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

Shades of Oracle #345F5B

Tints of Oracle #345F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.92%

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 21.85%
G = 39.92%
B = 38.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#345F5B (or 0x345F5B) is known color: Oracle. HEX triplet: 34, 5F and 5B. RGB value is (52,95,91). Sum of RGB (Red+Green+Blue) = 52+95+91=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #345F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F5B is #CBA0A4. Grayscale: #515151. Windows color (decimal): -13344933 or 5988148. OLE color: 5988148.

HSL color Cylindrical-coordinate representation of color #345F5B: hue angle of 174.42º 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 #345F5B is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 95 91 -
CMYK 0.45 0 0.04 0.63
HSL 174.42º 0.29% 0.29% -
HSV(B) 174.42º 0.45% 0.37% -
XYZ 7.4 9.67 11.37 -
YUV 81.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 52 95 91 0.45 0 0.04 0.63 174.42 0.29 0.29
Hex 34 5F 5B 2D 0 4 3F AE 1D 1D
Octal 64 137 133 55 0 4 77 256 35 35
Binary 110100 1011111 1011011 101101 0 100 111111 10101110 11101 11101

Color Harmonies of #345F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F5B

Black with #345F5B

Text Example


Text Example

White with #345F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,95,91); }

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

background-color css

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

 a { background-color: rgb(52,95,91); }

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

border-color css

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

 span { border-color: rgb(52,95,91); }

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