Html Css Color HEX #363FCF Free Speech Blue

📋 copy color: '#363FCF'

red 54 ◦ green 63 ◦ blue 207

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

Shades of Free Speech Blue #363FCF

Tints of Free Speech Blue #363FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

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

R = 16.67%
G = 19.44%
B = 63.89%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#363FCF (or 0x363FCF) is known color: Free Speech Blue. HEX triplet: 36, 3F and CF. RGB value is (54,63,207). Sum of RGB (Red+Green+Blue) = 54+63+207=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #363FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FCF is #C9C030. Grayscale: #4C4C4C. Windows color (decimal): -13221937 or 13582134. OLE color: 13582134.

HSL color Cylindrical-coordinate representation of color #363FCF: hue angle of 236.47º 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 #363FCF is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 63 207 -
CMYK 0.74 0.70 0 0.19
HSL 236.47º 0.61% 0.51% -
HSV(B) 236.47º 0.74% 0.81% -
XYZ 14.56 8.84 59.97 -
YUV 76.73 201.52 111.79 -
System Red Green Blue C M Y K H S L
Decimal 54 63 207 0.74 0.70 0 0.19 236.47 0.61 0.51
Hex 36 3F CF 4A 46 0 13 EC 3D 33
Octal 66 77 317 112 106 0 23 354 75 63
Binary 110110 111111 11001111 1001010 1000110 0 10011 11101100 111101 110011

Color Harmonies of #363FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FCF

Black with #363FCF

Text Example


Text Example

White with #363FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363FCF; }

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

 H1.HeaderClassName
 {
   color: #363FCF;
 }
 .AnyTagClassName
 {
   color: #363FCF;
 }
</style>

background-color css

<style>
 a { background-color: #363FCF; }

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

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

border-color css

<style>
 span { border-color: #363FCF; }

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

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