Html Css Color HEX #385153 Oracle

📋 copy color: '#385153'

red 56 ◦ green 81 ◦ blue 83

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

Shades of Oracle #385153

Tints of Oracle #385153

RGB

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

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

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

R = 25.45%
G = 36.82%
B = 37.73%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385153 (or 0x385153) is known color: Oracle. HEX triplet: 38, 51 and 53. RGB value is (56,81,83). Sum of RGB (Red+Green+Blue) = 56+81+83=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #385153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385153 is #C7AEAC. Grayscale: #494949. Windows color (decimal): -13086381 or 5460280. OLE color: 5460280.

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

Color convert

RGB 56 81 83 -
CMYK 0.33 0.02 0 0.67
HSL 184.44º 0.19% 0.27% -
HSV(B) 184.44º 0.33% 0.33% -
XYZ 6.13 7.35 9.28 -
YUV 73.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 56 81 83 0.33 0.02 0 0.67 184.44 0.19 0.27
Hex 38 51 53 21 2 0 43 B8 13 1B
Octal 70 121 123 41 2 0 103 270 23 33
Binary 111000 1010001 1010011 100001 10 0 1000011 10111000 10011 11011

Color Harmonies of #385153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385153

Black with #385153

Text Example


Text Example

White with #385153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385153; }

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

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

background-color css

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

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

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

border-color css

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

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

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