Html Css Color HEX #385A68 Blumine

📋 copy color: '#385A68'

red 56 ◦ green 90 ◦ blue 104

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

Shades of Blumine #385A68

Tints of Blumine #385A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 22.4%
G = 36%
B = 41.6%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385A68 (or 0x385A68) is known color: Blumine. HEX triplet: 38, 5A and 68. RGB value is (56,90,104). Sum of RGB (Red+Green+Blue) = 56+90+104=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #385A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A68 is #C7A597. Grayscale: #515151. Windows color (decimal): -13084056 or 6838840. OLE color: 6838840.

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

Color convert

RGB 56 90 104 -
CMYK 0.46 0.13 0 0.59
HSL 197.5º 0.3% 0.31% -
HSV(B) 197.5º 0.46% 0.41% -
XYZ 7.79 9.15 14.45 -
YUV 81.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 56 90 104 0.46 0.13 0 0.59 197.5 0.3 0.31
Hex 38 5A 68 2E D 0 3B C6 1E 1F
Octal 70 132 150 56 15 0 73 306 36 37
Binary 111000 1011010 1101000 101110 1101 0 111011 11000110 11110 11111

Color Harmonies of #385A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A68

Black with #385A68

Text Example


Text Example

White with #385A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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