Html Css Color HEX #365081 Fun Blue

📋 copy color: '#365081'

red 54 ◦ green 80 ◦ blue 129

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

Shades of Fun Blue #365081

Tints of Fun Blue #365081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 129 (50.78% from 255) = 49.05%

R = 20.53%
G = 30.42%
B = 49.05%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365081 (or 0x365081) is known color: Fun Blue. HEX triplet: 36, 50 and 81. RGB value is (54,80,129). Sum of RGB (Red+Green+Blue) = 54+80+129=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #365081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365081 is #C9AF7E. Grayscale: #4D4D4D. Windows color (decimal): -13217663 or 8474678. OLE color: 8474678.

HSL color Cylindrical-coordinate representation of color #365081: hue angle of 219.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365081 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 80 129 -
CMYK 0.58 0.38 0 0.49
HSL 219.2º 0.41% 0.36% -
HSV(B) 219.2º 0.58% 0.51% -
XYZ 8.35 8.11 21.89 -
YUV 77.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 54 80 129 0.58 0.38 0 0.49 219.2 0.41 0.36
Hex 36 50 81 3A 26 0 31 DB 29 24
Octal 66 120 201 72 46 0 61 333 51 44
Binary 110110 1010000 10000001 111010 100110 0 110001 11011011 101001 100100

Color Harmonies of #365081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365081

Black with #365081

Text Example


Text Example

White with #365081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365081; }

 p { color: rgb(54,80,129); }

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

background-color css

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

 a { background-color: rgb(54,80,129); }

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

border-color css

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

 span { border-color: rgb(54,80,129); }

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