Html Css Color HEX #364BCE Free Speech Blue

📋 copy color: '#364BCE'

red 54 ◦ green 75 ◦ blue 206

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

Shades of Free Speech Blue #364BCE

Tints of Free Speech Blue #364BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 16.12%
G = 22.39%
B = 61.49%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#364BCE (or 0x364BCE) is known color: Free Speech Blue. HEX triplet: 36, 4B and CE. RGB value is (54,75,206). Sum of RGB (Red+Green+Blue) = 54+75+206=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #364BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BCE is #C9B431. Grayscale: #535353. Windows color (decimal): -13218866 or 13519670. OLE color: 13519670.

HSL color Cylindrical-coordinate representation of color #364BCE: hue angle of 231.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364BCE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 75 206 -
CMYK 0.74 0.64 0 0.19
HSL 231.71º 0.61% 0.51% -
HSV(B) 231.71º 0.74% 0.81% -
XYZ 15.18 10.27 59.58 -
YUV 83.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 54 75 206 0.74 0.64 0 0.19 231.71 0.61 0.51
Hex 36 4B CE 4A 40 0 13 E8 3D 33
Octal 66 113 316 112 100 0 23 350 75 63
Binary 110110 1001011 11001110 1001010 1000000 0 10011 11101000 111101 110011

Color Harmonies of #364BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364BCE

Black with #364BCE

Text Example


Text Example

White with #364BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,75,206); }

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

background-color css

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

 a { background-color: rgb(54,75,206); }

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

border-color css

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

 span { border-color: rgb(54,75,206); }

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