Html Css Color HEX #3B5052 Oracle

📋 copy color: '#3B5052'

red 59 ◦ green 80 ◦ blue 82

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

Shades of Oracle #3B5052

Tints of Oracle #3B5052

RGB

 RED value IS 59 (23.44% from 255) = 26.7%

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 26.7%
G = 36.2%
B = 37.1%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3B5052 (or 0x3B5052) is known color: Oracle. HEX triplet: 3B, 50 and 52. RGB value is (59,80,82). Sum of RGB (Red+Green+Blue) = 59+80+82=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5052 is #C4AFAD. Grayscale: #494949. Windows color (decimal): -12890030 or 5394491. OLE color: 5394491.

HSL color Cylindrical-coordinate representation of color #3B5052: hue angle of 185.22º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B5052 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 80 82 -
CMYK 0.28 0.02 0 0.68
HSL 185.22º 0.16% 0.28% -
HSV(B) 185.22º 0.28% 0.32% -
XYZ 6.2 7.28 9.06 -
YUV 73.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 59 80 82 0.28 0.02 0 0.68 185.22 0.16 0.28
Hex 3B 50 52 1C 2 0 44 B9 10 1C
Octal 73 120 122 34 2 0 104 271 20 34
Binary 111011 1010000 1010010 11100 10 0 1000100 10111001 10000 11100

Color Harmonies of #3B5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5052

Black with #3B5052

Text Example


Text Example

White with #3B5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5052; }

 p { color: rgb(59,80,82); }

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

background-color css

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

 a { background-color: rgb(59,80,82); }

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

border-color css

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

 span { border-color: rgb(59,80,82); }

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