Html Css Color HEX #385B5A Oracle

📋 copy color: '#385B5A'

red 56 ◦ green 91 ◦ blue 90

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

Shades of Oracle #385B5A

Tints of Oracle #385B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.4%

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 23.63%
G = 38.4%
B = 37.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#385B5A (or 0x385B5A) is known color: Oracle. HEX triplet: 38, 5B and 5A. RGB value is (56,91,90). Sum of RGB (Red+Green+Blue) = 56+91+90=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #385B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B5A is #C7A4A5. Grayscale: #505050. Windows color (decimal): -13083814 or 5921592. OLE color: 5921592.

HSL color Cylindrical-coordinate representation of color #385B5A: hue angle of 178.29º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B5A is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 91 90 -
CMYK 0.38 0 0.01 0.64
HSL 178.29º 0.24% 0.29% -
HSV(B) 178.29º 0.38% 0.36% -
XYZ 7.22 9.06 11.04 -
YUV 80.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 56 91 90 0.38 0 0.01 0.64 178.29 0.24 0.29
Hex 38 5B 5A 26 0 1 40 B2 18 1D
Octal 70 133 132 46 0 1 100 262 30 35
Binary 111000 1011011 1011010 100110 0 1 1000000 10110010 11000 11101

Color Harmonies of #385B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B5A

Black with #385B5A

Text Example


Text Example

White with #385B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,90); }

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

background-color css

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

 a { background-color: rgb(56,91,90); }

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

border-color css

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

 span { border-color: rgb(56,91,90); }

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