Html Css Color HEX #345355 Oracle

📋 copy color: '#345355'

red 52 ◦ green 83 ◦ blue 85

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

Shades of Oracle #345355

Tints of Oracle #345355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 23.64%
G = 37.73%
B = 38.64%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#345355 (or 0x345355) is known color: Oracle. HEX triplet: 34, 53 and 55. RGB value is (52,83,85). Sum of RGB (Red+Green+Blue) = 52+83+85=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #345355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345355 is #CBACAA. Grayscale: #494949. Windows color (decimal): -13348011 or 5591860. OLE color: 5591860.

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

Color convert

RGB 52 83 85 -
CMYK 0.39 0.02 0 0.67
HSL 183.64º 0.24% 0.27% -
HSV(B) 183.64º 0.39% 0.33% -
XYZ 6.15 7.57 9.73 -
YUV 73.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 52 83 85 0.39 0.02 0 0.67 183.64 0.24 0.27
Hex 34 53 55 27 2 0 43 B8 18 1B
Octal 64 123 125 47 2 0 103 270 30 33
Binary 110100 1010011 1010101 100111 10 0 1000011 10111000 11000 11011

Color Harmonies of #345355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345355

Black with #345355

Text Example


Text Example

White with #345355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345355; }

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

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

background-color css

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

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

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

border-color css

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

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

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