Html Css Color HEX #385F62 Oracle

📋 copy color: '#385F62'

red 56 ◦ green 95 ◦ blue 98

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

Shades of Oracle #385F62

Tints of Oracle #385F62

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.15%

 BLUE value IS 98 (38.67% from 255) = 39.36%

R = 22.49%
G = 38.15%
B = 39.36%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385F62 (or 0x385F62) is known color: Oracle. HEX triplet: 38, 5F and 62. RGB value is (56,95,98). Sum of RGB (Red+Green+Blue) = 56+95+98=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #385F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F62 is #C7A09D. Grayscale: #535353. Windows color (decimal): -13082782 or 6446904. OLE color: 6446904.

HSL color Cylindrical-coordinate representation of color #385F62: hue angle of 184.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385F62 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 95 98 -
CMYK 0.43 0.03 0 0.62
HSL 184.29º 0.27% 0.3% -
HSV(B) 184.29º 0.43% 0.38% -
XYZ 7.93 9.91 13.05 -
YUV 83.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 56 95 98 0.43 0.03 0 0.62 184.29 0.27 0.3
Hex 38 5F 62 2B 3 0 3E B8 1B 1E
Octal 70 137 142 53 3 0 76 270 33 36
Binary 111000 1011111 1100010 101011 11 0 111110 10111000 11011 11110

Color Harmonies of #385F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F62

Black with #385F62

Text Example


Text Example

White with #385F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385F62; }

 p { color: rgb(56,95,98); }

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

background-color css

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

 a { background-color: rgb(56,95,98); }

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

border-color css

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

 span { border-color: rgb(56,95,98); }

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