Html Css Color HEX #345356 Oracle

📋 copy color: '#345356'

red 52 ◦ green 83 ◦ blue 86

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

Shades of Oracle #345356

Tints of Oracle #345356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 23.53%
G = 37.56%
B = 38.91%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#345356 (or 0x345356) is known color: Oracle. HEX triplet: 34, 53 and 56. RGB value is (52,83,86). Sum of RGB (Red+Green+Blue) = 52+83+86=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #345356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345356 is #CBACA9. Grayscale: #4A4A4A. Windows color (decimal): -13348010 or 5657396. OLE color: 5657396.

HSL color Cylindrical-coordinate representation of color #345356: hue angle of 185.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345356 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 83 86 -
CMYK 0.40 0.03 0 0.66
HSL 185.29º 0.25% 0.27% -
HSV(B) 185.29º 0.4% 0.34% -
XYZ 6.19 7.59 9.94 -
YUV 74.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 52 83 86 0.40 0.03 0 0.66 185.29 0.25 0.27
Hex 34 53 56 28 3 0 42 B9 19 1B
Octal 64 123 126 50 3 0 102 271 31 33
Binary 110100 1010011 1010110 101000 11 0 1000010 10111001 11001 11011

Color Harmonies of #345356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345356

Black with #345356

Text Example


Text Example

White with #345356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345356; }

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

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

background-color css

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

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

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

border-color css

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

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

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