Html Css Color HEX #364CDA Free Speech Blue

📋 copy color: '#364CDA'

red 54 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #364CDA

Tints of Free Speech Blue #364CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 15.52%
G = 21.84%
B = 62.64%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#364CDA (or 0x364CDA) is known color: Free Speech Blue. HEX triplet: 36, 4C and DA. RGB value is (54,76,218). Sum of RGB (Red+Green+Blue) = 54+76+218=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #364CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CDA is #C9B325. Grayscale: #555555. Windows color (decimal): -13218598 or 14306358. OLE color: 14306358.

HSL color Cylindrical-coordinate representation of color #364CDA: hue angle of 231.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364CDA is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 76 218 -
CMYK 0.75 0.65 0 0.15
HSL 231.95º 0.69% 0.53% -
HSV(B) 231.95º 0.75% 0.85% -
XYZ 16.76 11.02 67.57 -
YUV 85.61 202.71 105.45 -
System Red Green Blue C M Y K H S L
Decimal 54 76 218 0.75 0.65 0 0.15 231.95 0.69 0.53
Hex 36 4C DA 4B 41 0 F E8 45 35
Octal 66 114 332 113 101 0 17 350 105 65
Binary 110110 1001100 11011010 1001011 1000001 0 1111 11101000 1000101 110101

Color Harmonies of #364CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CDA

Black with #364CDA

Text Example


Text Example

White with #364CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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