Html Css Color HEX #385C67 Blumine

📋 copy color: '#385C67'

red 56 ◦ green 92 ◦ blue 103

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

Shades of Blumine #385C67

Tints of Blumine #385C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.65%

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 22.31%
G = 36.65%
B = 41.04%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385C67 (or 0x385C67) is known color: Blumine. HEX triplet: 38, 5C and 67. RGB value is (56,92,103). Sum of RGB (Red+Green+Blue) = 56+92+103=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #385C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C67 is #C7A398. Grayscale: #525252. Windows color (decimal): -13083545 or 6773816. OLE color: 6773816.

HSL color Cylindrical-coordinate representation of color #385C67: hue angle of 194.04º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385C67 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 92 103 -
CMYK 0.46 0.11 0 0.60
HSL 194.04º 0.3% 0.31% -
HSV(B) 194.04º 0.46% 0.4% -
XYZ 7.91 9.47 14.24 -
YUV 82.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 56 92 103 0.46 0.11 0 0.60 194.04 0.3 0.31
Hex 38 5C 67 2E B 0 3C C2 1E 1F
Octal 70 134 147 56 13 0 74 302 36 37
Binary 111000 1011100 1100111 101110 1011 0 111100 11000010 11110 11111

Color Harmonies of #385C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C67

Black with #385C67

Text Example


Text Example

White with #385C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,103); }

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

background-color css

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

 a { background-color: rgb(56,92,103); }

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

border-color css

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

 span { border-color: rgb(56,92,103); }

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