Html Css Color HEX #345E63 Oracle

📋 copy color: '#345E63'

red 52 ◦ green 94 ◦ blue 99

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

Shades of Oracle #345E63

Tints of Oracle #345E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 21.22%
G = 38.37%
B = 40.41%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345E63 (or 0x345E63) is known color: Oracle. HEX triplet: 34, 5E and 63. RGB value is (52,94,99). Sum of RGB (Red+Green+Blue) = 52+94+99=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #345E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E63 is #CBA19C. Grayscale: #515151. Windows color (decimal): -13345181 or 6512180. OLE color: 6512180.

HSL color Cylindrical-coordinate representation of color #345E63: hue angle of 186.38º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345E63 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 94 99 -
CMYK 0.47 0.05 0 0.61
HSL 186.38º 0.31% 0.3% -
HSV(B) 186.38º 0.47% 0.39% -
XYZ 7.67 9.64 13.26 -
YUV 82.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 52 94 99 0.47 0.05 0 0.61 186.38 0.31 0.3
Hex 34 5E 63 2F 5 0 3D BA 1F 1E
Octal 64 136 143 57 5 0 75 272 37 36
Binary 110100 1011110 1100011 101111 101 0 111101 10111010 11111 11110

Color Harmonies of #345E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E63

Black with #345E63

Text Example


Text Example

White with #345E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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