Html Css Color HEX #364C7A Fun Blue

📋 copy color: '#364C7A'

red 54 ◦ green 76 ◦ blue 122

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

Shades of Fun Blue #364C7A

Tints of Fun Blue #364C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.41%

R = 21.43%
G = 30.16%
B = 48.41%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#364C7A (or 0x364C7A) is known color: Fun Blue. HEX triplet: 36, 4C and 7A. RGB value is (54,76,122). Sum of RGB (Red+Green+Blue) = 54+76+122=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #364C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C7A is #C9B385. Grayscale: #4A4A4A. Windows color (decimal): -13218694 or 8014902. OLE color: 8014902.

HSL color Cylindrical-coordinate representation of color #364C7A: hue angle of 220.59º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #364C7A is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 76 122 -
CMYK 0.56 0.38 0 0.52
HSL 220.59º 0.39% 0.35% -
HSV(B) 220.59º 0.56% 0.48% -
XYZ 7.62 7.36 19.43 -
YUV 74.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 54 76 122 0.56 0.38 0 0.52 220.59 0.39 0.35
Hex 36 4C 7A 38 26 0 34 DD 27 23
Octal 66 114 172 70 46 0 64 335 47 43
Binary 110110 1001100 1111010 111000 100110 0 110100 11011101 100111 100011

Color Harmonies of #364C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C7A

Black with #364C7A

Text Example


Text Example

White with #364C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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