Html Css Color HEX #365C74 Blumine

📋 copy color: '#365C74'

red 54 ◦ green 92 ◦ blue 116

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

Shades of Blumine #365C74

Tints of Blumine #365C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 20.61%
G = 35.11%
B = 44.27%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365C74 (or 0x365C74) is known color: Blumine. HEX triplet: 36, 5C and 74. RGB value is (54,92,116). Sum of RGB (Red+Green+Blue) = 54+92+116=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #365C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C74 is #C9A38B. Grayscale: #535353. Windows color (decimal): -13214604 or 7625782. OLE color: 7625782.

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

Color convert

RGB 54 92 116 -
CMYK 0.53 0.21 0 0.55
HSL 203.23º 0.36% 0.33% -
HSV(B) 203.23º 0.53% 0.45% -
XYZ 8.5 9.7 17.95 -
YUV 83.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 54 92 116 0.53 0.21 0 0.55 203.23 0.36 0.33
Hex 36 5C 74 35 15 0 37 CB 24 21
Octal 66 134 164 65 25 0 67 313 44 41
Binary 110110 1011100 1110100 110101 10101 0 110111 11001011 100100 100001

Color Harmonies of #365C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C74

Black with #365C74

Text Example


Text Example

White with #365C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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