Html Css Color HEX #365DCC Free Speech Blue

📋 copy color: '#365DCC'

red 54 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Blue #365DCC

Tints of Free Speech Blue #365DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 15.38%
G = 26.5%
B = 58.12%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#365DCC (or 0x365DCC) is known color: Free Speech Blue. HEX triplet: 36, 5D and CC. RGB value is (54,93,204). Sum of RGB (Red+Green+Blue) = 54+93+204=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #365DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DCC is #C9A233. Grayscale: #5D5D5D. Windows color (decimal): -13214260 or 13393206. OLE color: 13393206.

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

Color convert

RGB 54 93 204 -
CMYK 0.74 0.54 0 0.2
HSL 224.4º 0.6% 0.51% -
HSV(B) 224.4º 0.74% 0.8% -
XYZ 16.33 12.97 58.77 -
YUV 93.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 54 93 204 0.74 0.54 0 0.2 224.4 0.6 0.51
Hex 36 5D CC 4A 36 0 14 E0 3C 33
Octal 66 135 314 112 66 0 24 340 74 63
Binary 110110 1011101 11001100 1001010 110110 0 10100 11100000 111100 110011

Color Harmonies of #365DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DCC

Black with #365DCC

Text Example


Text Example

White with #365DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,204); }

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

background-color css

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

 a { background-color: rgb(54,93,204); }

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

border-color css

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

 span { border-color: rgb(54,93,204); }

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