Html Css Color HEX #365A6B Blumine

📋 copy color: '#365A6B'

red 54 ◦ green 90 ◦ blue 107

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

Shades of Blumine #365A6B

Tints of Blumine #365A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.86%

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 21.51%
G = 35.86%
B = 42.63%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#365A6B (or 0x365A6B) is known color: Blumine. HEX triplet: 36, 5A and 6B. RGB value is (54,90,107). Sum of RGB (Red+Green+Blue) = 54+90+107=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #365A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A6B is #C9A594. Grayscale: #515151. Windows color (decimal): -13215125 or 7035446. OLE color: 7035446.

HSL color Cylindrical-coordinate representation of color #365A6B: hue angle of 199.25º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365A6B is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 90 107 -
CMYK 0.50 0.16 0 0.58
HSL 199.25º 0.33% 0.32% -
HSV(B) 199.25º 0.5% 0.42% -
XYZ 7.83 9.16 15.26 -
YUV 81.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 54 90 107 0.50 0.16 0 0.58 199.25 0.33 0.32
Hex 36 5A 6B 32 10 0 3A C7 21 20
Octal 66 132 153 62 20 0 72 307 41 40
Binary 110110 1011010 1101011 110010 10000 0 111010 11000111 100001 100000

Color Harmonies of #365A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A6B

Black with #365A6B

Text Example


Text Example

White with #365A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,107); }

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

background-color css

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

 a { background-color: rgb(54,90,107); }

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

border-color css

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

 span { border-color: rgb(54,90,107); }

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