Html Css Color HEX #385A6C Blumine

📋 copy color: '#385A6C'

red 56 ◦ green 90 ◦ blue 108

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

Shades of Blumine #385A6C

Tints of Blumine #385A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 22.05%
G = 35.43%
B = 42.52%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#385A6C (or 0x385A6C) is known color: Blumine. HEX triplet: 38, 5A and 6C. RGB value is (56,90,108). Sum of RGB (Red+Green+Blue) = 56+90+108=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #385A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A6C is #C7A593. Grayscale: #515151. Windows color (decimal): -13084052 or 7100984. OLE color: 7100984.

HSL color Cylindrical-coordinate representation of color #385A6C: hue angle of 200.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #385A6C is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 90 108 -
CMYK 0.48 0.17 0 0.58
HSL 200.77º 0.32% 0.32% -
HSV(B) 200.77º 0.48% 0.42% -
XYZ 7.99 9.24 15.55 -
YUV 81.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 56 90 108 0.48 0.17 0 0.58 200.77 0.32 0.32
Hex 38 5A 6C 30 11 0 3A C9 20 20
Octal 70 132 154 60 21 0 72 311 40 40
Binary 111000 1011010 1101100 110000 10001 0 111010 11001001 100000 100000

Color Harmonies of #385A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A6C

Black with #385A6C

Text Example


Text Example

White with #385A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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