Html Css Color HEX #365F72 Blumine

📋 copy color: '#365F72'

red 54 ◦ green 95 ◦ blue 114

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

Shades of Blumine #365F72

Tints of Blumine #365F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 20.53%
G = 36.12%
B = 43.35%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365F72 (or 0x365F72) is known color: Blumine. HEX triplet: 36, 5F and 72. RGB value is (54,95,114). Sum of RGB (Red+Green+Blue) = 54+95+114=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #365F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F72 is #C9A08D. Grayscale: #545454. Windows color (decimal): -13213838 or 7495478. OLE color: 7495478.

HSL color Cylindrical-coordinate representation of color #365F72: hue angle of 199º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365F72 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 95 114 -
CMYK 0.53 0.17 0 0.55
HSL 199º 0.36% 0.33% -
HSV(B) 199º 0.53% 0.45% -
XYZ 8.65 10.18 17.43 -
YUV 84.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 54 95 114 0.53 0.17 0 0.55 199 0.36 0.33
Hex 36 5F 72 35 11 0 37 C7 24 21
Octal 66 137 162 65 21 0 67 307 44 41
Binary 110110 1011111 1110010 110101 10001 0 110111 11000111 100100 100001

Color Harmonies of #365F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F72

Black with #365F72

Text Example


Text Example

White with #365F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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