Html Css Color HEX #365BCF Free Speech Blue

📋 copy color: '#365BCF'

red 54 ◦ green 91 ◦ blue 207

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

Shades of Free Speech Blue #365BCF

Tints of Free Speech Blue #365BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 15.34%
G = 25.85%
B = 58.81%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#365BCF (or 0x365BCF) is known color: Free Speech Blue. HEX triplet: 36, 5B and CF. RGB value is (54,91,207). Sum of RGB (Red+Green+Blue) = 54+91+207=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #365BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BCF is #C9A430. Grayscale: #5C5C5C. Windows color (decimal): -13214769 or 13589302. OLE color: 13589302.

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

Color convert

RGB 54 91 207 -
CMYK 0.74 0.56 0 0.19
HSL 225.49º 0.61% 0.51% -
HSV(B) 225.49º 0.74% 0.81% -
XYZ 16.52 12.77 60.63 -
YUV 93.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 54 91 207 0.74 0.56 0 0.19 225.49 0.61 0.51
Hex 36 5B CF 4A 38 0 13 E1 3D 33
Octal 66 133 317 112 70 0 23 341 75 63
Binary 110110 1011011 11001111 1001010 111000 0 10011 11100001 111101 110011

Color Harmonies of #365BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BCF

Black with #365BCF

Text Example


Text Example

White with #365BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,207); }

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

background-color css

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

 a { background-color: rgb(54,91,207); }

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

border-color css

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

 span { border-color: rgb(54,91,207); }

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