Html Css Color HEX #385A6D Blumine

📋 copy color: '#385A6D'

red 56 ◦ green 90 ◦ blue 109

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

Shades of Blumine #385A6D

Tints of Blumine #385A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 21.96%
G = 35.29%
B = 42.75%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#385A6D (or 0x385A6D) is known color: Blumine. HEX triplet: 38, 5A and 6D. RGB value is (56,90,109). Sum of RGB (Red+Green+Blue) = 56+90+109=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #385A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A6D is #C7A592. Grayscale: #515151. Windows color (decimal): -13084051 or 7166520. OLE color: 7166520.

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

Color convert

RGB 56 90 109 -
CMYK 0.49 0.17 0 0.57
HSL 201.51º 0.32% 0.32% -
HSV(B) 201.51º 0.49% 0.43% -
XYZ 8.05 9.26 15.83 -
YUV 82 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 56 90 109 0.49 0.17 0 0.57 201.51 0.32 0.32
Hex 38 5A 6D 31 11 0 39 CA 20 20
Octal 70 132 155 61 21 0 71 312 40 40
Binary 111000 1011010 1101101 110001 10001 0 111001 11001010 100000 100000

Color Harmonies of #385A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A6D

Black with #385A6D

Text Example


Text Example

White with #385A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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