Html Css Color HEX #364CE1 Free Speech Blue

📋 copy color: '#364CE1'

red 54 ◦ green 76 ◦ blue 225

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

Shades of Free Speech Blue #364CE1

Tints of Free Speech Blue #364CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.38%

R = 15.21%
G = 21.41%
B = 63.38%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#364CE1 (or 0x364CE1) is known color: Free Speech Blue. HEX triplet: 36, 4C and E1. RGB value is (54,76,225). Sum of RGB (Red+Green+Blue) = 54+76+225=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #364CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CE1 is #C9B31E. Grayscale: #555555. Windows color (decimal): -13218591 or 14765110. OLE color: 14765110.

HSL color Cylindrical-coordinate representation of color #364CE1: hue angle of 232.28º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #364CE1 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 76 225 -
CMYK 0.76 0.66 0 0.12
HSL 232.28º 0.74% 0.55% -
HSV(B) 232.28º 0.76% 0.88% -
XYZ 17.7 11.39 72.5 -
YUV 86.41 206.21 104.88 -
System Red Green Blue C M Y K H S L
Decimal 54 76 225 0.76 0.66 0 0.12 232.28 0.74 0.55
Hex 36 4C E1 4C 42 0 C E8 4A 37
Octal 66 114 341 114 102 0 14 350 112 67
Binary 110110 1001100 11100001 1001100 1000010 0 1100 11101000 1001010 110111

Color Harmonies of #364CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CE1

Black with #364CE1

Text Example


Text Example

White with #364CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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