Html Css Color HEX #364F81 Fun Blue

📋 copy color: '#364F81'

red 54 ◦ green 79 ◦ blue 129

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

Shades of Fun Blue #364F81

Tints of Fun Blue #364F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

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

R = 20.61%
G = 30.15%
B = 49.24%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364F81 (or 0x364F81) is known color: Fun Blue. HEX triplet: 36, 4F and 81. RGB value is (54,79,129). Sum of RGB (Red+Green+Blue) = 54+79+129=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #364F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364F81 is #C9B07E. Grayscale: #4D4D4D. Windows color (decimal): -13217919 or 8474422. OLE color: 8474422.

HSL color Cylindrical-coordinate representation of color #364F81: hue angle of 220º 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 #364F81 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 79 129 -
CMYK 0.58 0.39 0 0.49
HSL 220º 0.41% 0.36% -
HSV(B) 220º 0.58% 0.51% -
XYZ 8.28 7.96 21.87 -
YUV 77.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 54 79 129 0.58 0.39 0 0.49 220 0.41 0.36
Hex 36 4F 81 3A 27 0 31 DC 29 24
Octal 66 117 201 72 47 0 61 334 51 44
Binary 110110 1001111 10000001 111010 100111 0 110001 11011100 101001 100100

Color Harmonies of #364F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F81

Black with #364F81

Text Example


Text Example

White with #364F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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