Html Css Color HEX #365F69 Blumine

📋 copy color: '#365F69'

red 54 ◦ green 95 ◦ blue 105

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

Shades of Blumine #365F69

Tints of Blumine #365F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 21.26%
G = 37.4%
B = 41.34%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365F69 (or 0x365F69) is known color: Blumine. HEX triplet: 36, 5F and 69. RGB value is (54,95,105). Sum of RGB (Red+Green+Blue) = 54+95+105=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #365F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F69 is #C9A096. Grayscale: #535353. Windows color (decimal): -13213847 or 6905654. OLE color: 6905654.

HSL color Cylindrical-coordinate representation of color #365F69: hue angle of 191.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #365F69 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 95 105 -
CMYK 0.49 0.10 0 0.59
HSL 191.76º 0.32% 0.31% -
HSV(B) 191.76º 0.49% 0.41% -
XYZ 8.16 9.99 14.86 -
YUV 83.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 54 95 105 0.49 0.10 0 0.59 191.76 0.32 0.31
Hex 36 5F 69 31 A 0 3B C0 20 1F
Octal 66 137 151 61 12 0 73 300 40 37
Binary 110110 1011111 1101001 110001 1010 0 111011 11000000 100000 11111

Color Harmonies of #365F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F69

Black with #365F69

Text Example


Text Example

White with #365F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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