Html Css Color HEX #365381 Fun Blue

📋 copy color: '#365381'

red 54 ◦ green 83 ◦ blue 129

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

Shades of Fun Blue #365381

Tints of Fun Blue #365381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 20.3%
G = 31.2%
B = 48.5%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365381 (or 0x365381) is known color: Fun Blue. HEX triplet: 36, 53 and 81. RGB value is (54,83,129). Sum of RGB (Red+Green+Blue) = 54+83+129=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #365381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365381 is #C9AC7E. Grayscale: #4F4F4F. Windows color (decimal): -13216895 or 8475446. OLE color: 8475446.

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

Color convert

RGB 54 83 129 -
CMYK 0.58 0.36 0 0.49
HSL 216.8º 0.41% 0.36% -
HSV(B) 216.8º 0.58% 0.51% -
XYZ 8.58 8.56 21.97 -
YUV 79.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 54 83 129 0.58 0.36 0 0.49 216.8 0.41 0.36
Hex 36 53 81 3A 24 0 31 D9 29 24
Octal 66 123 201 72 44 0 61 331 51 44
Binary 110110 1010011 10000001 111010 100100 0 110001 11011001 101001 100100

Color Harmonies of #365381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365381

Black with #365381

Text Example


Text Example

White with #365381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365381; }

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

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

background-color css

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

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

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

border-color css

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

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

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