Html Css Color HEX #345154 Oracle

📋 copy color: '#345154'

red 52 ◦ green 81 ◦ blue 84

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

Shades of Oracle #345154

Tints of Oracle #345154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 84 (33.2% from 255) = 38.71%

R = 23.96%
G = 37.33%
B = 38.71%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#345154 (or 0x345154) is known color: Oracle. HEX triplet: 34, 51 and 54. RGB value is (52,81,84). Sum of RGB (Red+Green+Blue) = 52+81+84=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #345154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345154 is #CBAEAB. Grayscale: #484848. Windows color (decimal): -13348524 or 5525812. OLE color: 5525812.

HSL color Cylindrical-coordinate representation of color #345154: hue angle of 185.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345154 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 81 84 -
CMYK 0.38 0.04 0 0.67
HSL 185.63º 0.24% 0.27% -
HSV(B) 185.63º 0.38% 0.33% -
XYZ 5.96 7.26 9.47 -
YUV 72.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 52 81 84 0.38 0.04 0 0.67 185.63 0.24 0.27
Hex 34 51 54 26 4 0 43 BA 18 1B
Octal 64 121 124 46 4 0 103 272 30 33
Binary 110100 1010001 1010100 100110 100 0 1000011 10111010 11000 11011

Color Harmonies of #345154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345154

Black with #345154

Text Example


Text Example

White with #345154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345154; }

 p { color: rgb(52,81,84); }

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

background-color css

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

 a { background-color: rgb(52,81,84); }

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

border-color css

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

 span { border-color: rgb(52,81,84); }

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