Html Css Color HEX #365CCD Free Speech Blue

📋 copy color: '#365CCD'

red 54 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #365CCD

Tints of Free Speech Blue #365CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 15.38%
G = 26.21%
B = 58.4%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#365CCD (or 0x365CCD) is known color: Free Speech Blue. HEX triplet: 36, 5C and CD. RGB value is (54,92,205). Sum of RGB (Red+Green+Blue) = 54+92+205=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #365CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CCD is #C9A332. Grayscale: #5D5D5D. Windows color (decimal): -13214515 or 13458486. OLE color: 13458486.

HSL color Cylindrical-coordinate representation of color #365CCD: hue angle of 224.9º 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 #365CCD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 92 205 -
CMYK 0.74 0.55 0 0.20
HSL 224.9º 0.6% 0.51% -
HSV(B) 224.9º 0.74% 0.8% -
XYZ 16.37 12.85 59.37 -
YUV 93.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 54 92 205 0.74 0.55 0 0.20 224.9 0.6 0.51
Hex 36 5C CD 4A 37 0 14 E1 3C 33
Octal 66 134 315 112 67 0 24 341 74 63
Binary 110110 1011100 11001101 1001010 110111 0 10100 11100001 111100 110011

Color Harmonies of #365CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CCD

Black with #365CCD

Text Example


Text Example

White with #365CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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