Html Css Color HEX #345C5F Oracle

📋 copy color: '#345C5F'

red 52 ◦ green 92 ◦ blue 95

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

Shades of Oracle #345C5F

Tints of Oracle #345C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.49%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 21.76%
G = 38.49%
B = 39.75%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#345C5F (or 0x345C5F) is known color: Oracle. HEX triplet: 34, 5C and 5F. RGB value is (52,92,95). Sum of RGB (Red+Green+Blue) = 52+92+95=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #345C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C5F is #CBA3A0. Grayscale: #505050. Windows color (decimal): -13345697 or 6249524. OLE color: 6249524.

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

Color convert

RGB 52 92 95 -
CMYK 0.45 0.03 0 0.63
HSL 184.19º 0.29% 0.29% -
HSV(B) 184.19º 0.45% 0.37% -
XYZ 7.31 9.21 12.22 -
YUV 80.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 52 92 95 0.45 0.03 0 0.63 184.19 0.29 0.29
Hex 34 5C 5F 2D 3 0 3F B8 1D 1D
Octal 64 134 137 55 3 0 77 270 35 35
Binary 110100 1011100 1011111 101101 11 0 111111 10111000 11101 11101

Color Harmonies of #345C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C5F

Black with #345C5F

Text Example


Text Example

White with #345C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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