Html Css Color HEX #365AC9 Free Speech Blue

📋 copy color: '#365AC9'

red 54 ◦ green 90 ◦ blue 201

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

Shades of Free Speech Blue #365AC9

Tints of Free Speech Blue #365AC9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 201 (78.91% from 255) = 58.26%

R = 15.65%
G = 26.09%
B = 58.26%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#365AC9 (or 0x365AC9) is known color: Free Speech Blue. HEX triplet: 36, 5A and C9. RGB value is (54,90,201). Sum of RGB (Red+Green+Blue) = 54+90+201=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #365AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365AC9 is #C9A536. Grayscale: #5B5B5B. Windows color (decimal): -13215031 or 13195830. OLE color: 13195830.

HSL color Cylindrical-coordinate representation of color #365AC9: hue angle of 225.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365AC9 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 90 201 -
CMYK 0.73 0.55 0 0.21
HSL 225.31º 0.58% 0.5% -
HSV(B) 225.31º 0.73% 0.79% -
XYZ 15.72 12.31 56.81 -
YUV 91.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 54 90 201 0.73 0.55 0 0.21 225.31 0.58 0.5
Hex 36 5A C9 49 37 0 15 E1 3A 32
Octal 66 132 311 111 67 0 25 341 72 62
Binary 110110 1011010 11001001 1001001 110111 0 10101 11100001 111010 110010

Color Harmonies of #365AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AC9

Black with #365AC9

Text Example


Text Example

White with #365AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365AC9; }

 p { color: rgb(54,90,201); }

 H1.HeaderClassName
 {
   color: #365AC9;
 }
 .AnyTagClassName
 {
   color: #365AC9;
 }
</style>

background-color css

<style>
 a { background-color: #365AC9; }

 a { background-color: rgb(54,90,201); }

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

border-color css

<style>
 span { border-color: #365AC9; }

 span { border-color: rgb(54,90,201); }

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