Html Css Color HEX #365F71 Blumine

📋 copy color: '#365F71'

red 54 ◦ green 95 ◦ blue 113

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

Shades of Blumine #365F71

Tints of Blumine #365F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 20.61%
G = 36.26%
B = 43.13%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365F71 (or 0x365F71) is known color: Blumine. HEX triplet: 36, 5F and 71. RGB value is (54,95,113). Sum of RGB (Red+Green+Blue) = 54+95+113=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #365F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F71 is #C9A08E. Grayscale: #545454. Windows color (decimal): -13213839 or 7429942. OLE color: 7429942.

HSL color Cylindrical-coordinate representation of color #365F71: hue angle of 198.31º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365F71 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 95 113 -
CMYK 0.52 0.16 0 0.56
HSL 198.31º 0.35% 0.33% -
HSV(B) 198.31º 0.52% 0.44% -
XYZ 8.59 10.16 17.13 -
YUV 84.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 54 95 113 0.52 0.16 0 0.56 198.31 0.35 0.33
Hex 36 5F 71 34 10 0 38 C6 23 21
Octal 66 137 161 64 20 0 70 306 43 41
Binary 110110 1011111 1110001 110100 10000 0 111000 11000110 100011 100001

Color Harmonies of #365F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F71

Black with #365F71

Text Example


Text Example

White with #365F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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