Html Css Color HEX #385255 Oracle

📋 copy color: '#385255'

red 56 ◦ green 82 ◦ blue 85

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

Shades of Oracle #385255

Tints of Oracle #385255

RGB

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

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

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

R = 25.11%
G = 36.77%
B = 38.12%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385255 (or 0x385255) is known color: Oracle. HEX triplet: 38, 52 and 55. RGB value is (56,82,85). Sum of RGB (Red+Green+Blue) = 56+82+85=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #385255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385255 is #C7ADAA. Grayscale: #4A4A4A. Windows color (decimal): -13086123 or 5591608. OLE color: 5591608.

HSL color Cylindrical-coordinate representation of color #385255: hue angle of 186.21º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385255 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 82 85 -
CMYK 0.34 0.04 0 0.67
HSL 186.21º 0.21% 0.28% -
HSV(B) 186.21º 0.34% 0.33% -
XYZ 6.29 7.53 9.72 -
YUV 74.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 56 82 85 0.34 0.04 0 0.67 186.21 0.21 0.28
Hex 38 52 55 22 4 0 43 BA 15 1C
Octal 70 122 125 42 4 0 103 272 25 34
Binary 111000 1010010 1010101 100010 100 0 1000011 10111010 10101 11100

Color Harmonies of #385255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385255

Black with #385255

Text Example


Text Example

White with #385255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385255; }

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

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

background-color css

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

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

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

border-color css

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

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

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