Html Css Color HEX #365A66 Blumine

📋 copy color: '#365A66'

red 54 ◦ green 90 ◦ blue 102

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

Shades of Blumine #365A66

Tints of Blumine #365A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 21.95%
G = 36.59%
B = 41.46%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#365A66 (or 0x365A66) is known color: Blumine. HEX triplet: 36, 5A and 66. RGB value is (54,90,102). Sum of RGB (Red+Green+Blue) = 54+90+102=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #365A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A66 is #C9A599. Grayscale: #505050. Windows color (decimal): -13215130 or 6707766. OLE color: 6707766.

HSL color Cylindrical-coordinate representation of color #365A66: hue angle of 195º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365A66 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 90 102 -
CMYK 0.47 0.12 0 0.6
HSL 195º 0.31% 0.31% -
HSV(B) 195º 0.47% 0.4% -
XYZ 7.58 9.06 13.92 -
YUV 80.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 54 90 102 0.47 0.12 0 0.6 195 0.31 0.31
Hex 36 5A 66 2F C 0 3C C3 1F 1F
Octal 66 132 146 57 14 0 74 303 37 37
Binary 110110 1011010 1100110 101111 1100 0 111100 11000011 11111 11111

Color Harmonies of #365A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A66

Black with #365A66

Text Example


Text Example

White with #365A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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