Html Css Color HEX #4348CE Free Speech Blue

📋 copy color: '#4348CE'

red 67 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Blue #4348CE

Tints of Free Speech Blue #4348CE

RGB

 RED value IS 67 (26.56% from 255) = 19.42%

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 19.42%
G = 20.87%
B = 59.71%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4348CE (or 0x4348CE) is known color: Free Speech Blue. HEX triplet: 43, 48 and CE. RGB value is (67,72,206). Sum of RGB (Red+Green+Blue) = 67+72+206=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #4348CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4348CE is #BCB731. Grayscale: #555555. Windows color (decimal): -12367666 or 13518915. OLE color: 13518915.

HSL color Cylindrical-coordinate representation of color #4348CE: hue angle of 237.84º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4348CE is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 67 72 206 -
CMYK 0.67 0.65 0 0.19
HSL 237.84º 0.59% 0.54% -
HSV(B) 237.84º 0.67% 0.81% -
XYZ 15.77 10.28 59.55 -
YUV 85.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 67 72 206 0.67 0.65 0 0.19 237.84 0.59 0.54
Hex 43 48 CE 43 41 0 13 EE 3B 36
Octal 103 110 316 103 101 0 23 356 73 66
Binary 1000011 1001000 11001110 1000011 1000001 0 10011 11101110 111011 110110

Color Harmonies of #4348CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4348CE

Black with #4348CE

Text Example


Text Example

White with #4348CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4348CE; }

 p { color: rgb(67,72,206); }

 H1.HeaderClassName
 {
   color: #4348CE;
 }
 .AnyTagClassName
 {
   color: #4348CE;
 }
</style>

background-color css

<style>
 a { background-color: #4348CE; }

 a { background-color: rgb(67,72,206); }

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

border-color css

<style>
 span { border-color: #4348CE; }

 span { border-color: rgb(67,72,206); }

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