Html Css Color HEX #364C75 Fun Blue

📋 copy color: '#364C75'

red 54 ◦ green 76 ◦ blue 117

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

Shades of Fun Blue #364C75

Tints of Fun Blue #364C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

 BLUE value IS 117 (46.09% from 255) = 47.37%

R = 21.86%
G = 30.77%
B = 47.37%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364C75 (or 0x364C75) is known color: Fun Blue. HEX triplet: 36, 4C and 75. RGB value is (54,76,117). Sum of RGB (Red+Green+Blue) = 54+76+117=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #364C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C75 is #C9B38A. Grayscale: #494949. Windows color (decimal): -13218699 or 7687222. OLE color: 7687222.

HSL color Cylindrical-coordinate representation of color #364C75: hue angle of 219.05º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364C75 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 76 117 -
CMYK 0.54 0.35 0 0.54
HSL 219.05º 0.37% 0.34% -
HSV(B) 219.05º 0.54% 0.46% -
XYZ 7.32 7.24 17.84 -
YUV 74.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 54 76 117 0.54 0.35 0 0.54 219.05 0.37 0.34
Hex 36 4C 75 36 23 0 36 DB 25 22
Octal 66 114 165 66 43 0 66 333 45 42
Binary 110110 1001100 1110101 110110 100011 0 110110 11011011 100101 100010

Color Harmonies of #364C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C75

Black with #364C75

Text Example


Text Example

White with #364C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,76,117); }

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

background-color css

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

 a { background-color: rgb(54,76,117); }

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

border-color css

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

 span { border-color: rgb(54,76,117); }

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