Html Css Color HEX #385053 Oracle

📋 copy color: '#385053'

red 56 ◦ green 80 ◦ blue 83

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

Shades of Oracle #385053

Tints of Oracle #385053

RGB

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

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

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

R = 25.57%
G = 36.53%
B = 37.9%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385053 (or 0x385053) is known color: Oracle. HEX triplet: 38, 50 and 53. RGB value is (56,80,83). Sum of RGB (Red+Green+Blue) = 56+80+83=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #385053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385053 is #C7AFAC. Grayscale: #494949. Windows color (decimal): -13086637 or 5460024. OLE color: 5460024.

HSL color Cylindrical-coordinate representation of color #385053: hue angle of 186.67º 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 #385053 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 80 83 -
CMYK 0.33 0.04 0 0.67
HSL 186.67º 0.19% 0.27% -
HSV(B) 186.67º 0.33% 0.33% -
XYZ 6.06 7.2 9.25 -
YUV 73.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 56 80 83 0.33 0.04 0 0.67 186.67 0.19 0.27
Hex 38 50 53 21 4 0 43 BB 13 1B
Octal 70 120 123 41 4 0 103 273 23 33
Binary 111000 1010000 1010011 100001 100 0 1000011 10111011 10011 11011

Color Harmonies of #385053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385053

Black with #385053

Text Example


Text Example

White with #385053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385053; }

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

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

background-color css

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

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

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

border-color css

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

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

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