Html Css Color HEX #365C72 Blumine

📋 copy color: '#365C72'

red 54 ◦ green 92 ◦ blue 114

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

Shades of Blumine #365C72

Tints of Blumine #365C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.38%

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

R = 20.77%
G = 35.38%
B = 43.85%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365C72 (or 0x365C72) is known color: Blumine. HEX triplet: 36, 5C and 72. RGB value is (54,92,114). Sum of RGB (Red+Green+Blue) = 54+92+114=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #365C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C72 is #C9A38D. Grayscale: #535353. Windows color (decimal): -13214606 or 7494710. OLE color: 7494710.

HSL color Cylindrical-coordinate representation of color #365C72: hue angle of 202º 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 #365C72 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 92 114 -
CMYK 0.53 0.19 0 0.55
HSL 202º 0.36% 0.33% -
HSV(B) 202º 0.53% 0.45% -
XYZ 8.39 9.65 17.34 -
YUV 83.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 54 92 114 0.53 0.19 0 0.55 202 0.36 0.33
Hex 36 5C 72 35 13 0 37 CA 24 21
Octal 66 134 162 65 23 0 67 312 44 41
Binary 110110 1011100 1110010 110101 10011 0 110111 11001010 100100 100001

Color Harmonies of #365C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C72

Black with #365C72

Text Example


Text Example

White with #365C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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