Html Css Color HEX #3B58CC Free Speech Blue

📋 copy color: '#3B58CC'

red 59 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Blue #3B58CC

Tints of Free Speech Blue #3B58CC

RGB

 RED value IS 59 (23.44% from 255) = 16.81%

 GREEN value IS 88 (34.77% from 255) = 25.07%

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

R = 16.81%
G = 25.07%
B = 58.12%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3B58CC (or 0x3B58CC) is known color: Free Speech Blue. HEX triplet: 3B, 58 and CC. RGB value is (59,88,204). Sum of RGB (Red+Green+Blue) = 59+88+204=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 88 (34.77% from 255 or 25.07% 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 #3B58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B58CC is #C4A733. Grayscale: #5C5C5C. Windows color (decimal): -12887860 or 13391931. OLE color: 13391931.

HSL color Cylindrical-coordinate representation of color #3B58CC: hue angle of 228º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B58CC is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 88 204 -
CMYK 0.71 0.57 0 0.2
HSL 228º 0.59% 0.52% -
HSV(B) 228º 0.71% 0.8% -
XYZ 16.19 12.27 58.64 -
YUV 92.55 190.89 104.07 -
System Red Green Blue C M Y K H S L
Decimal 59 88 204 0.71 0.57 0 0.2 228 0.59 0.52
Hex 3B 58 CC 47 39 0 14 E4 3B 34
Octal 73 130 314 107 71 0 24 344 73 64
Binary 111011 1011000 11001100 1000111 111001 0 10100 11100100 111011 110100

Color Harmonies of #3B58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B58CC

Black with #3B58CC

Text Example


Text Example

White with #3B58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B58CC; }

 p { color: rgb(59,88,204); }

 H1.HeaderClassName
 {
   color: #3B58CC;
 }
 .AnyTagClassName
 {
   color: #3B58CC;
 }
</style>

background-color css

<style>
 a { background-color: #3B58CC; }

 a { background-color: rgb(59,88,204); }

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

border-color css

<style>
 span { border-color: #3B58CC; }

 span { border-color: rgb(59,88,204); }

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