Html Css Color HEX #365ACD Free Speech Blue

📋 copy color: '#365ACD'

red 54 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Blue #365ACD

Tints of Free Speech Blue #365ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 15.47%
G = 25.79%
B = 58.74%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#365ACD (or 0x365ACD) is known color: Free Speech Blue. HEX triplet: 36, 5A and CD. RGB value is (54,90,205). Sum of RGB (Red+Green+Blue) = 54+90+205=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #365ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ACD is #C9A532. Grayscale: #5B5B5B. Windows color (decimal): -13215027 or 13457974. OLE color: 13457974.

HSL color Cylindrical-coordinate representation of color #365ACD: hue angle of 225.7º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #365ACD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 90 205 -
CMYK 0.74 0.56 0 0.20
HSL 225.7º 0.6% 0.51% -
HSV(B) 225.7º 0.74% 0.8% -
XYZ 16.2 12.5 59.32 -
YUV 92.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 54 90 205 0.74 0.56 0 0.20 225.7 0.6 0.51
Hex 36 5A CD 4A 38 0 14 E2 3C 33
Octal 66 132 315 112 70 0 24 342 74 63
Binary 110110 1011010 11001101 1001010 111000 0 10100 11100010 111100 110011

Color Harmonies of #365ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365ACD

Black with #365ACD

Text Example


Text Example

White with #365ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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