Html Css Color HEX #385B6A Blumine

📋 copy color: '#385B6A'

red 56 ◦ green 91 ◦ blue 106

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

Shades of Blumine #385B6A

Tints of Blumine #385B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.97%

 BLUE value IS 106 (41.8% from 255) = 41.9%

R = 22.13%
G = 35.97%
B = 41.9%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#385B6A (or 0x385B6A) is known color: Blumine. HEX triplet: 38, 5B and 6A. RGB value is (56,91,106). Sum of RGB (Red+Green+Blue) = 56+91+106=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #385B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B6A is #C7A495. Grayscale: #525252. Windows color (decimal): -13083798 or 6970168. OLE color: 6970168.

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

Color convert

RGB 56 91 106 -
CMYK 0.47 0.14 0 0.58
HSL 198º 0.31% 0.32% -
HSV(B) 198º 0.47% 0.42% -
XYZ 7.97 9.36 15.02 -
YUV 82.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 56 91 106 0.47 0.14 0 0.58 198 0.31 0.32
Hex 38 5B 6A 2F E 0 3A C6 1F 20
Octal 70 133 152 57 16 0 72 306 37 40
Binary 111000 1011011 1101010 101111 1110 0 111010 11000110 11111 100000

Color Harmonies of #385B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B6A

Black with #385B6A

Text Example


Text Example

White with #385B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,106); }

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

background-color css

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

 a { background-color: rgb(56,91,106); }

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

border-color css

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

 span { border-color: rgb(56,91,106); }

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