Html Css Color HEX #365F6B Blumine

📋 copy color: '#365F6B'

red 54 ◦ green 95 ◦ blue 107

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

Shades of Blumine #365F6B

Tints of Blumine #365F6B

RGB

 RED value IS 54 (21.48% from 255) = 21.09%

 GREEN value IS 95 (37.5% from 255) = 37.11%

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 21.09%
G = 37.11%
B = 41.8%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#365F6B (or 0x365F6B) is known color: Blumine. HEX triplet: 36, 5F and 6B. RGB value is (54,95,107). Sum of RGB (Red+Green+Blue) = 54+95+107=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #365F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F6B is #C9A094. Grayscale: #545454. Windows color (decimal): -13213845 or 7036726. OLE color: 7036726.

HSL color Cylindrical-coordinate representation of color #365F6B: hue angle of 193.58º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365F6B is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 95 107 -
CMYK 0.50 0.11 0 0.58
HSL 193.58º 0.33% 0.32% -
HSV(B) 193.58º 0.5% 0.42% -
XYZ 8.27 10.03 15.41 -
YUV 84.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 54 95 107 0.50 0.11 0 0.58 193.58 0.33 0.32
Hex 36 5F 6B 32 B 0 3A C2 21 20
Octal 66 137 153 62 13 0 72 302 41 40
Binary 110110 1011111 1101011 110010 1011 0 111010 11000010 100001 100000

Color Harmonies of #365F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F6B

Black with #365F6B

Text Example


Text Example

White with #365F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365F6B; }

 p { color: rgb(54,95,107); }

 H1.HeaderClassName
 {
   color: #365F6B;
 }
 .AnyTagClassName
 {
   color: #365F6B;
 }
</style>

background-color css

<style>
 a { background-color: #365F6B; }

 a { background-color: rgb(54,95,107); }

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

border-color css

<style>
 span { border-color: #365F6B; }

 span { border-color: rgb(54,95,107); }

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