Html Css Color HEX #385253 Oracle

📋 copy color: '#385253'

red 56 ◦ green 82 ◦ blue 83

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

Shades of Oracle #385253

Tints of Oracle #385253

RGB

 RED value IS 56 (22.27% from 255) = 25.34%

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

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

R = 25.34%
G = 37.1%
B = 37.56%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385253 (or 0x385253) is known color: Oracle. HEX triplet: 38, 52 and 53. RGB value is (56,82,83). Sum of RGB (Red+Green+Blue) = 56+82+83=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #385253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385253 is #C7ADAC. Grayscale: #4A4A4A. Windows color (decimal): -13086125 or 5460536. OLE color: 5460536.

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

Color convert

RGB 56 82 83 -
CMYK 0.33 0.01 0 0.67
HSL 182.22º 0.19% 0.27% -
HSV(B) 182.22º 0.33% 0.33% -
XYZ 6.21 7.5 9.3 -
YUV 74.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 56 82 83 0.33 0.01 0 0.67 182.22 0.19 0.27
Hex 38 52 53 21 1 0 43 B6 13 1B
Octal 70 122 123 41 1 0 103 266 23 33
Binary 111000 1010010 1010011 100001 1 0 1000011 10110110 10011 11011

Color Harmonies of #385253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385253

Black with #385253

Text Example


Text Example

White with #385253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385253; }

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

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

background-color css

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

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

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

border-color css

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

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

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