Html Css Color HEX #363FBE Free Speech Blue

📋 copy color: '#363FBE'

red 54 ◦ green 63 ◦ blue 190

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

Shades of Free Speech Blue #363FBE

Tints of Free Speech Blue #363FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 17.59%
G = 20.52%
B = 61.89%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#363FBE (or 0x363FBE) is known color: Free Speech Blue. HEX triplet: 36, 3F and BE. RGB value is (54,63,190). Sum of RGB (Red+Green+Blue) = 54+63+190=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #363FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FBE is #C9C041. Grayscale: #4A4A4A. Windows color (decimal): -13221954 or 12468022. OLE color: 12468022.

HSL color Cylindrical-coordinate representation of color #363FBE: hue angle of 236.03º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363FBE is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 63 190 -
CMYK 0.72 0.67 0 0.25
HSL 236.03º 0.56% 0.48% -
HSV(B) 236.03º 0.72% 0.75% -
XYZ 12.59 8.06 49.61 -
YUV 74.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 54 63 190 0.72 0.67 0 0.25 236.03 0.56 0.48
Hex 36 3F BE 48 43 0 19 EC 38 30
Octal 66 77 276 110 103 0 31 354 70 60
Binary 110110 111111 10111110 1001000 1000011 0 11001 11101100 111000 110000

Color Harmonies of #363FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FBE

Black with #363FBE

Text Example


Text Example

White with #363FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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