Html Css Color HEX #385F75 Blumine

📋 copy color: '#385F75'

red 56 ◦ green 95 ◦ blue 117

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

Shades of Blumine #385F75

Tints of Blumine #385F75

RGB

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

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

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

R = 20.9%
G = 35.45%
B = 43.66%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385F75 (or 0x385F75) is known color: Blumine. HEX triplet: 38, 5F and 75. RGB value is (56,95,117). Sum of RGB (Red+Green+Blue) = 56+95+117=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #385F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F75 is #C7A08A. Grayscale: #555555. Windows color (decimal): -13082763 or 7692088. OLE color: 7692088.

HSL color Cylindrical-coordinate representation of color #385F75: hue angle of 201.64º 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 #385F75 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 95 117 -
CMYK 0.52 0.19 0 0.54
HSL 201.64º 0.35% 0.34% -
HSV(B) 201.64º 0.52% 0.46% -
XYZ 8.93 10.31 18.35 -
YUV 85.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 56 95 117 0.52 0.19 0 0.54 201.64 0.35 0.34
Hex 38 5F 75 34 13 0 36 CA 23 22
Octal 70 137 165 64 23 0 66 312 43 42
Binary 111000 1011111 1110101 110100 10011 0 110110 11001010 100011 100010

Color Harmonies of #385F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F75

Black with #385F75

Text Example


Text Example

White with #385F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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