Html Css Color HEX #364CDF Free Speech Blue

📋 copy color: '#364CDF'

red 54 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Blue #364CDF

Tints of Free Speech Blue #364CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 15.3%
G = 21.53%
B = 63.17%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#364CDF (or 0x364CDF) is known color: Free Speech Blue. HEX triplet: 36, 4C and DF. RGB value is (54,76,223). Sum of RGB (Red+Green+Blue) = 54+76+223=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #364CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CDF is #C9B320. Grayscale: #555555. Windows color (decimal): -13218593 or 14634038. OLE color: 14634038.

HSL color Cylindrical-coordinate representation of color #364CDF: hue angle of 232.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #364CDF is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 76 223 -
CMYK 0.76 0.66 0 0.13
HSL 232.19º 0.73% 0.54% -
HSV(B) 232.19º 0.76% 0.87% -
XYZ 17.43 11.28 71.07 -
YUV 86.18 205.21 105.05 -
System Red Green Blue C M Y K H S L
Decimal 54 76 223 0.76 0.66 0 0.13 232.19 0.73 0.54
Hex 36 4C DF 4C 42 0 D E8 49 36
Octal 66 114 337 114 102 0 15 350 111 66
Binary 110110 1001100 11011111 1001100 1000010 0 1101 11101000 1001001 110110

Color Harmonies of #364CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CDF

Black with #364CDF

Text Example


Text Example

White with #364CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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