Html Css Color HEX #345253 Oracle

📋 copy color: '#345253'

red 52 ◦ green 82 ◦ blue 83

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

Shades of Oracle #345253

Tints of Oracle #345253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 23.96%
G = 37.79%
B = 38.25%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#345253 (or 0x345253) is known color: Oracle. HEX triplet: 34, 52 and 53. RGB value is (52,82,83). Sum of RGB (Red+Green+Blue) = 52+82+83=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #345253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345253 is #CBADAC. Grayscale: #494949. Windows color (decimal): -13348269 or 5460532. OLE color: 5460532.

HSL color Cylindrical-coordinate representation of color #345253: hue angle of 181.94º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345253 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 82 83 -
CMYK 0.37 0.01 0 0.67
HSL 181.94º 0.23% 0.26% -
HSV(B) 181.94º 0.37% 0.33% -
XYZ 5.99 7.39 9.29 -
YUV 73.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 52 82 83 0.37 0.01 0 0.67 181.94 0.23 0.26
Hex 34 52 53 25 1 0 43 B6 17 1A
Octal 64 122 123 45 1 0 103 266 27 32
Binary 110100 1010010 1010011 100101 1 0 1000011 10110110 10111 11010

Color Harmonies of #345253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345253

Black with #345253

Text Example


Text Example

White with #345253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345253; }

 p { color: rgb(52,82,83); }

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

background-color css

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

 a { background-color: rgb(52,82,83); }

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

border-color css

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

 span { border-color: rgb(52,82,83); }

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