Html Css Color HEX #385E75 Blumine

📋 copy color: '#385E75'

red 56 ◦ green 94 ◦ blue 117

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

Shades of Blumine #385E75

Tints of Blumine #385E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.21%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 20.97%
G = 35.21%
B = 43.82%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385E75 (or 0x385E75) is known color: Blumine. HEX triplet: 38, 5E and 75. RGB value is (56,94,117). Sum of RGB (Red+Green+Blue) = 56+94+117=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #385E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E75 is #C7A18A. Grayscale: #555555. Windows color (decimal): -13083019 or 7691832. OLE color: 7691832.

HSL color Cylindrical-coordinate representation of color #385E75: hue angle of 202.62º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385E75 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 94 117 -
CMYK 0.52 0.20 0 0.54
HSL 202.62º 0.35% 0.34% -
HSV(B) 202.62º 0.52% 0.46% -
XYZ 8.84 10.13 18.32 -
YUV 85.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 56 94 117 0.52 0.20 0 0.54 202.62 0.35 0.34
Hex 38 5E 75 34 14 0 36 CB 23 22
Octal 70 136 165 64 24 0 66 313 43 42
Binary 111000 1011110 1110101 110100 10100 0 110110 11001011 100011 100010

Color Harmonies of #385E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E75

Black with #385E75

Text Example


Text Example

White with #385E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,94,117); }

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

background-color css

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

 a { background-color: rgb(56,94,117); }

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

border-color css

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

 span { border-color: rgb(56,94,117); }

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