Html Css Color HEX #363FCB Free Speech Blue

📋 copy color: '#363FCB'

red 54 ◦ green 63 ◦ blue 203

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

Shades of Free Speech Blue #363FCB

Tints of Free Speech Blue #363FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 16.88%
G = 19.69%
B = 63.44%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#363FCB (or 0x363FCB) is known color: Free Speech Blue. HEX triplet: 36, 3F and CB. RGB value is (54,63,203). Sum of RGB (Red+Green+Blue) = 54+63+203=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #363FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FCB is #C9C034. Grayscale: #4B4B4B. Windows color (decimal): -13221941 or 13319990. OLE color: 13319990.

HSL color Cylindrical-coordinate representation of color #363FCB: hue angle of 236.38º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363FCB is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 63 203 -
CMYK 0.73 0.69 0 0.20
HSL 236.38º 0.59% 0.5% -
HSV(B) 236.38º 0.73% 0.8% -
XYZ 14.08 8.65 57.43 -
YUV 76.27 199.52 112.12 -
System Red Green Blue C M Y K H S L
Decimal 54 63 203 0.73 0.69 0 0.20 236.38 0.59 0.5
Hex 36 3F CB 49 45 0 14 EC 3B 32
Octal 66 77 313 111 105 0 24 354 73 62
Binary 110110 111111 11001011 1001001 1000101 0 10100 11101100 111011 110010

Color Harmonies of #363FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FCB

Black with #363FCB

Text Example


Text Example

White with #363FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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